[PATCH] [kernel/relay.c] Updated a typo mistake

From: Jitendra Kumar Khasdev
Date: Sun Nov 01 2015 - 23:57:37 EST


Update "implemention" as "implementation" because it generating warning
while test with scripts/checkpatch.pl.

Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/