linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: ABI: Drop trailing whitespace
@ 2020-11-10 14:40 Geert Uytterhoeven
  2020-11-13 22:04 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-11-10 14:40 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Justin P . Mattock, Mauro Carvalho Chehab, Theodore Ts'o,
	linux-doc, linux-kernel, Geert Uytterhoeven

Remove all trailing whitespace from the ABI documentation.
Most of it was introduced during recent updates.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Fixes: 0ea6e61122196509 ("Documentation: update broken web addresses.")
Fixes: 54a19b4d3fe0fa0a ("docs: ABI: cleanup several ABI documents")
Fixes: 3197ebdb130473a9 ("ext4: Add sysfs support")
---
 Documentation/ABI/testing/configfs-usb-gadget-ecm     | 2 +-
 Documentation/ABI/testing/sysfs-devices-memory        | 2 +-
 Documentation/ABI/testing/sysfs-fs-ext4               | 2 +-
 Documentation/ABI/testing/sysfs-module                | 2 +-
 Documentation/ABI/testing/sysfs-platform-renesas_usb3 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/ABI/testing/configfs-usb-gadget-ecm b/Documentation/ABI/testing/configfs-usb-gadget-ecm
index 272bc1e4ce2e6257..732101ca9d0bb5a3 100644
--- a/Documentation/ABI/testing/configfs-usb-gadget-ecm
+++ b/Documentation/ABI/testing/configfs-usb-gadget-ecm
@@ -7,7 +7,7 @@ Description:
 		ifname
 			      - network device interface name associated with
 				this function instance
-		qmult	
+		qmult
 			      - queue length multiplier for high and
 				super speed
 		host_addr
diff --git a/Documentation/ABI/testing/sysfs-devices-memory b/Documentation/ABI/testing/sysfs-devices-memory
index 2da2b1fba2c1cd10..246a45b96d22a921 100644
--- a/Documentation/ABI/testing/sysfs-devices-memory
+++ b/Documentation/ABI/testing/sysfs-devices-memory
@@ -19,7 +19,7 @@ Description:
 		identify removable sections of the memory before attempting
 		potentially expensive hot-remove memory operation
 Users:		hotplug memory remove tools
-		http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils	
+		http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
 
 What:		/sys/devices/system/memory/memoryX/phys_device
 Date:		September 2008
diff --git a/Documentation/ABI/testing/sysfs-fs-ext4 b/Documentation/ABI/testing/sysfs-fs-ext4
index 99e3d92f8299c9a2..2edd0a6672d3a75b 100644
--- a/Documentation/ABI/testing/sysfs-fs-ext4
+++ b/Documentation/ABI/testing/sysfs-fs-ext4
@@ -33,7 +33,7 @@ What:		/sys/fs/ext4/<disk>/mb_order2_req
 Date:		March 2008
 Contact:	"Theodore Ts'o" <tytso@mit.edu>
 Description:
-		Tuning parameter which controls the minimum size for 
+		Tuning parameter which controls the minimum size for
 		requests (as a power of 2) where the buddy cache is
 		used
 
diff --git a/Documentation/ABI/testing/sysfs-module b/Documentation/ABI/testing/sysfs-module
index 353c0db5bc1f584a..a485434d2a0fb975 100644
--- a/Documentation/ABI/testing/sysfs-module
+++ b/Documentation/ABI/testing/sysfs-module
@@ -25,7 +25,7 @@ Description:	Maximum time allowed for periodic transfers per microframe (μs)
 		  However there are cases, when 80% max isochronous bandwidth is
 		  too limiting. For example two video streams could require 110
 		  microseconds of isochronous bandwidth per microframe to work
-		  together. 
+		  together.
 
 		Through this setting it is possible to raise the limit so that
 		the host controller would allow allocating more than 100
diff --git a/Documentation/ABI/testing/sysfs-platform-renesas_usb3 b/Documentation/ABI/testing/sysfs-platform-renesas_usb3
index 8af5b9c3fabbf07b..b08379e7fe37092e 100644
--- a/Documentation/ABI/testing/sysfs-platform-renesas_usb3
+++ b/Documentation/ABI/testing/sysfs-platform-renesas_usb3
@@ -12,6 +12,6 @@ Description:
 		- "peripheral" - switching mode from host to peripheral.
 
 		Read the file, then it shows the following strings:
-		
+
 		- "host" - The mode is host now.
 		- "peripheral" - The mode is peripheral now.
-- 
2.25.1


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

* Re: [PATCH] docs: ABI: Drop trailing whitespace
  2020-11-10 14:40 [PATCH] docs: ABI: Drop trailing whitespace Geert Uytterhoeven
@ 2020-11-13 22:04 ` Jonathan Corbet
  2020-11-14  8:19   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2020-11-13 22:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Justin P . Mattock, Mauro Carvalho Chehab, Theodore Ts'o,
	linux-doc, linux-kernel

On Tue, 10 Nov 2020 15:40:33 +0100
Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> Remove all trailing whitespace from the ABI documentation.
> Most of it was introduced during recent updates.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Fixes: 0ea6e61122196509 ("Documentation: update broken web addresses.")
> Fixes: 54a19b4d3fe0fa0a ("docs: ABI: cleanup several ABI documents")
> Fixes: 3197ebdb130473a9 ("ext4: Add sysfs support")
> ---
>  Documentation/ABI/testing/configfs-usb-gadget-ecm     | 2 +-
>  Documentation/ABI/testing/sysfs-devices-memory        | 2 +-
>  Documentation/ABI/testing/sysfs-fs-ext4               | 2 +-
>  Documentation/ABI/testing/sysfs-module                | 2 +-
>  Documentation/ABI/testing/sysfs-platform-renesas_usb3 | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)

Applied, thanks.  Not really sure we need Fixes tags for a whitespace fix,
though...

jon

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

* Re: [PATCH] docs: ABI: Drop trailing whitespace
  2020-11-13 22:04 ` Jonathan Corbet
@ 2020-11-14  8:19   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-11-14  8:19 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Geert Uytterhoeven, Justin P . Mattock, Mauro Carvalho Chehab,
	Theodore Ts'o, open list:DOCUMENTATION,
	Linux Kernel Mailing List

Hi Jon,

On Fri, Nov 13, 2020 at 11:04 PM Jonathan Corbet <corbet@lwn.net> wrote:
> On Tue, 10 Nov 2020 15:40:33 +0100
> Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> > Remove all trailing whitespace from the ABI documentation.
> > Most of it was introduced during recent updates.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > Fixes: 0ea6e61122196509 ("Documentation: update broken web addresses.")
> > Fixes: 54a19b4d3fe0fa0a ("docs: ABI: cleanup several ABI documents")
> > Fixes: 3197ebdb130473a9 ("ext4: Add sysfs support")
> > ---
> >  Documentation/ABI/testing/configfs-usb-gadget-ecm     | 2 +-
> >  Documentation/ABI/testing/sysfs-devices-memory        | 2 +-
> >  Documentation/ABI/testing/sysfs-fs-ext4               | 2 +-
> >  Documentation/ABI/testing/sysfs-module                | 2 +-
> >  Documentation/ABI/testing/sysfs-platform-renesas_usb3 | 2 +-
> >  5 files changed, 5 insertions(+), 5 deletions(-)
>
> Applied, thanks.  Not really sure we need Fixes tags for a whitespace fix,

Thanks!

> though...

That's why I put them below the 3 dashes.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2020-11-14  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 14:40 [PATCH] docs: ABI: Drop trailing whitespace Geert Uytterhoeven
2020-11-13 22:04 ` Jonathan Corbet
2020-11-14  8:19   ` Geert Uytterhoeven

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).