[PATCH 3/3] kernel-doc: don't print Q?=...Q=20?=twice in variadic functions.

From: Alexey Dobriyan (adobriyan_at_mail.ru)
Date: 10/31/04

  • Next message: Rui Nuno Capela: "Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4]"
    To: sam@ravnborg.org
    Date:	Mon, 01 Nov 2004 00:38:10 +0300
    
    

    --- a/scripts/kernel-doc 2004-10-31 20:25:16.000000000 +0000
    +++ b/scripts/kernel-doc 2004-10-31 22:57:20.061852472 +0000
    @@ -1398,7 +1398,7 @@
     
             if ($type eq "" && $param eq "...")
             {
    - $type="...";
    + $type="";
                 $param="...";
                 $parameterdescs{"..."} = "variable arguments";
             }

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Rui Nuno Capela: "Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4]"