From: Jonathan Corbet <corbet@lwn.net>
To: Osama Albahrani <osalbahr@gmail.com>,
Justin Sanders <justin@coraid.com>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Osama Albahrani <osalbahr@gmail.com>
Subject: Re: [PATCH] docs: aoe: Remove trailing whitespace
Date: Mon, 11 Aug 2025 11:02:26 -0600 [thread overview]
Message-ID: <87h5ydeqql.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20250804152516.16493-1-osalbahr@gmail.com>
Osama Albahrani <osalbahr@gmail.com> writes:
> Fix `ERROR: trailing whitespace` errors from scripts/checkpatch.pl
>
> Signed-off-by: Osama Albahrani <osalbahr@gmail.com>
> ---
> Documentation/admin-guide/aoe/udev.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/admin-guide/aoe/udev.txt b/Documentation/admin-guide/aoe/udev.txt
> index 5fb756466bc7..d55ecb411c21 100644
> --- a/Documentation/admin-guide/aoe/udev.txt
> +++ b/Documentation/admin-guide/aoe/udev.txt
> @@ -2,7 +2,7 @@
> # They may be installed along the following lines. Check the section
> # 8 udev manpage to see whether your udev supports SUBSYSTEM, and
> # whether it uses one or two equal signs for SUBSYSTEM and KERNEL.
> -#
> +#
> # ecashin@makki ~$ su
> # Password:
> # bash# find /etc -type f -name udev.conf
> @@ -13,7 +13,7 @@
> # 10-wacom.rules 50-udev.rules
> # bash# cp /path/to/linux/Documentation/admin-guide/aoe/udev.txt \
> # /etc/udev/rules.d/60-aoe.rules
> -#
> +#
>
> # aoe char devices
> SUBSYSTEM=="aoe", KERNEL=="discover", NAME="etherd/%k", GROUP="disk", MODE="0220"
> @@ -22,5 +22,5 @@ SUBSYSTEM=="aoe", KERNEL=="interfaces", NAME="etherd/%k", GROUP="disk", MODE="02
> SUBSYSTEM=="aoe", KERNEL=="revalidate", NAME="etherd/%k", GROUP="disk", MODE="0220"
> SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
>
> -# aoe block devices
> +# aoe block devices
> KERNEL=="etherd*", GROUP="disk"
I have applied this. Congratulations on your first kernel patch; I do
hope you can move on from checkpatch-driven fixes for future work,
though!
Thanks,
jon
prev parent reply other threads:[~2025-08-11 17:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-04 15:25 [PATCH] docs: aoe: Remove trailing whitespace Osama Albahrani
2025-08-11 17:02 ` Jonathan Corbet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h5ydeqql.fsf@trenco.lwn.net \
--to=corbet@lwn.net \
--cc=justin@coraid.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=osalbahr@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.