[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1446440227-6737-1-git-send-email-jitendra.khasdev@hotwaxsystems.com>
Date: Mon, 2 Nov 2015 10:27:07 +0530
From: Jitendra Kumar Khasdev <jkhasdev@...il.com>
To: viro@...iv.linux.org.uk, penberg@...nel.org
Cc: akpm@...ux-foundation.org, dhowells@...hat.com,
linux-kernel@...r.kernel.org,
Jitendra Kumar Khasdev <jitendra.khasdev@...waxsystems.com>,
Jitendra Kumar Khasdev <jkhasdev@...il.com>
Subject: [PATCH] [kernel/relay.c] Updated a typo mistake
Update "implemention" as "implementation" because it generating warning
while test with scripts/checkpatch.pl.
Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@...il.com>
---
kernel/relay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/relay.c b/kernel/relay.c
index 0b4570c..074efbc 100644
--- a/kernel/relay.c
+++ b/kernel/relay.c
@@ -895,7 +895,7 @@ static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma)
* @filp: the file
* @wait: poll table
*
- * Poll implemention.
+ * Poll implementation.
*/
static unsigned int relay_file_poll(struct file *filp, poll_table *wait)
{
--
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