linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: aoe: Remove trailing whitespace
@ 2025-08-04 15:25 Osama Albahrani
  2025-08-11 17:02 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Osama Albahrani @ 2025-08-04 15:25 UTC (permalink / raw)
  To: Justin Sanders, Jonathan Corbet, linux-doc, linux-kernel; +Cc: Osama Albahrani

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"
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: aoe: Remove trailing whitespace
  2025-08-04 15:25 [PATCH] docs: aoe: Remove trailing whitespace Osama Albahrani
@ 2025-08-11 17:02 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-08-11 17:02 UTC (permalink / raw)
  To: Osama Albahrani, Justin Sanders, linux-doc, linux-kernel; +Cc: Osama Albahrani

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-11 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 15:25 [PATCH] docs: aoe: Remove trailing whitespace Osama Albahrani
2025-08-11 17:02 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).