[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1433427979-3036-1-git-send-email-shailendra.capricorn@gmail.com>
Date: Thu, 4 Jun 2015 19:56:19 +0530
From: Shailendra Verma <shailendra.capricorn@...il.com>
To: Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ionut Alexa <ionut.m.alexa@...il.com>,
Paul McQuade <paulmcquad@...il.com>
Cc: linux-kernel@...r.kernel.org,
Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] kernel:acct - fix for duplicate word in comment to file header
Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
kernel/acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/acct.c b/kernel/acct.c
index fa972fa..6bb78d6 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -24,7 +24,7 @@
* Now we silently close acct_file on attempt to reopen. Cleaned sys_acct().
* XTerms and EMACS are manifestations of pure evil. 21/10/98, AV.
*
- * Fixed a nasty interaction with with sys_umount(). If the accounting
+ * Fixed a nasty interaction with sys_umount(). If the accounting
* was suspended we failed to stop it on umount(). Messy.
* Another one: remount to readonly didn't stop accounting.
* Question: what should we do if we have CAP_SYS_ADMIN but not
--
1.9.1
--
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