All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] kernel/user.c: remove trailing spaces and tabs
@ 2021-06-08  8:07 Zhen Lei
  0 siblings, 0 replies; only message in thread
From: Zhen Lei @ 2021-06-08  8:07 UTC (permalink / raw)
  To: Christian Brauner, Stephen Rothwell, Eric W . Biederman,
	Andrew Morton, Greg Kroah-Hartman, linux-kernel
  Cc: Zhen Lei

Run the following command to find and remove the trailing spaces and tabs:

sed -r -i 's/[ \t]+$//' kernel/user.c

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
 kernel/user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/user.c b/kernel/user.c
index c82399c1618a..60cdd0845184 100644
--- a/kernel/user.c
+++ b/kernel/user.c
@@ -6,7 +6,7 @@
  *
  * We have a per-user structure to keep track of how many
  * processes, files etc the user has claimed, in order to be
- * able to have per-user limits for system resources. 
+ * able to have per-user limits for system resources.
  */
 
 #include <linux/init.h>
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-08  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  8:07 [PATCH 1/1] kernel/user.c: remove trailing spaces and tabs Zhen Lei

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.