All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: speakup: fix line over 80 characters.
@ 2019-03-17 11:28 Jules Irenge
  2019-03-17 11:28 ` [PATCH 2/2] " Jules Irenge
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jules Irenge @ 2019-03-17 11:28 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Fix coding style issues, which solves checkpatch.pl warning:
    "WARNING: line over 80 characters".
---
 drivers/staging/speakup/kobjects.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjects.c
index 11c704b27c3c..53c8793c382f 100644
--- a/drivers/staging/speakup/kobjects.c
+++ b/drivers/staging/speakup/kobjects.c
@@ -154,7 +154,7 @@ static ssize_t chars_chartab_store(struct kobject *kobj,
 			continue;
 		}
 
-		/* Do not replace with kstrtoul: here we need temp to be updated */
+		/* Do not replace with kstrtoul: temp need to be updated */
 		index = simple_strtoul(cp, &temp, 10);
 		if (index > 255) {
 			rejected++;
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-17 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 11:28 [PATCH 1/2] staging: speakup: fix line over 80 characters Jules Irenge
2019-03-17 11:28 ` [PATCH 2/2] " Jules Irenge
2019-03-17 11:43   ` Greg KH
2019-03-17 11:35 ` [Outreachy kernel] [PATCH 1/2] " Julia Lawall
2019-03-17 11:42 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.