[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210608080750.13279-1-thunder.leizhen@huawei.com>
Date: Tue, 8 Jun 2021 16:07:50 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Christian Brauner <christian.brauner@...ntu.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"Eric W . Biederman" <ebiederm@...ssion.com>,
"Andrew Morton" <akpm@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 1/1] kernel/user.c: remove trailing spaces and tabs
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@...wei.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
Powered by blists - more mailing lists