[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307461267-23065-1-git-send-email-me@akshayjoshi.com>
Date: Tue, 7 Jun 2011 11:41:06 -0400
From: Akshay Joshi <me@...hayjoshi.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Akshay Joshi <me@...hayjoshi.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Namhyung Kim <namhyung@...il.com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
David Howells <dhowells@...hat.com>,
Hillf Danton <dhillf@...il.com>, linux-kernel@...r.kernel.org
Subject: [PATCH 3/7] Kernel: Fix trailing whitespace in user.c.
Remove trailing whitespace, as reported by checkpatch.pl, in the user.c
file.
Signed-off-by: Akshay Joshi <me@...hayjoshi.com>
Acked-by: David Howells <dhowells@...hat.com>
---
kernel/user.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/user.c b/kernel/user.c
index 9e03e9c..94b4686 100644
--- a/kernel/user.c
+++ b/kernel/user.c
@@ -5,7 +5,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>
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists