[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023122059-wick-ransack-1cfb@gregkh>
Date: Wed, 20 Dec 2023 07:30:25 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Muhammad Muzammil <m.muzzammilashraf@...il.com>
Cc: rdunlap@...radead.org, corbet@....net, gustavoars@...nel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] scripts: kernel-doc: Bug fixed for erroneous warning
On Wed, Dec 20, 2023 at 11:24:46AM +0500, Muhammad Muzammil wrote:
> From: Muzammil Ashraf <m.muzzammilashraf@...il.com>
>
> kernel-doc: fixed erroneous warning generated by '__counted_by'
>
> Signed-off-by: Muzammil Ashraf <m.muzzammilashraf@...il.com>
> ---
> scripts/kernel-doc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/kernel-doc b/scripts/kernel-doc
> index 1484127db104..ea9688df0e93 100755
> --- a/scripts/kernel-doc
> +++ b/scripts/kernel-doc
> @@ -1661,6 +1661,7 @@ sub check_sections($$$$$) {
> }
> elsif (($decl_type eq "struct") or
> ($decl_type eq "union")) {
> + next if (index("@_", "__counted_by") != -1);
Please fix your editor to properly use tabs, and to set them to the
correct 8 column spacing.
thanks,
greg k-h
Powered by blists - more mailing lists