[PATCH 1/1] kernel/user.c: remove trailing spaces and tabs

From: Zhen Lei
Date: Tue Jun 08 2021 - 04:07:59 EST


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@xxxxxxxxxx>
---
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