Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260363
| From | Jitendra Kumar Khasdev <jkhasdev@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] [kernel/relay.c] Updated a typo mistake |
| Date | 2015-11-02 06:00 +0100 |
| Message-ID | <qqfnP-UC-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Update "implemention" as "implementation" because it generating warning
while test with scripts/checkpatch.pl.
Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@gmail.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] [kernel/relay.c] Updated a typo mistake Jitendra Kumar Khasdev <jkhasdev@gmail.com> - 2015-11-02 06:00 +0100
csiph-web