lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87h5ydeqql.fsf@trenco.lwn.net>
Date: Mon, 11 Aug 2025 11:02:26 -0600
From: Jonathan Corbet <corbet@....net>
To: Osama Albahrani <osalbahr@...il.com>, Justin Sanders
 <justin@...aid.com>, linux-doc@...r.kernel.org,
 linux-kernel@...r.kernel.org
Cc: Osama Albahrani <osalbahr@...il.com>
Subject: Re: [PATCH] docs: aoe: Remove trailing whitespace

Osama Albahrani <osalbahr@...il.com> writes:

> Fix `ERROR: trailing whitespace` errors from scripts/checkpatch.pl
>
> Signed-off-by: Osama Albahrani <osalbahr@...il.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@...ki ~$ 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ