All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: dgnc: Break up long comment
@ 2016-09-22  1:10 Elizabeth Ferdman
  2016-09-22  6:08 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 4+ messages in thread
From: Elizabeth Ferdman @ 2016-09-22  1:10 UTC (permalink / raw)
  To: outreachy-kernel, Alison Schofield, daniel.baluta
  Cc: lidza.louina, markh, gregkh

This patch splits a long comment up into two lines; error found by checkpatch

Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com>
---
 drivers/staging/dgnc/dgnc_neo.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c
index e794056..cb63351 100644
--- a/drivers/staging/dgnc/dgnc_neo.c
+++ b/drivers/staging/dgnc/dgnc_neo.c
@@ -996,7 +996,8 @@ static irqreturn_t neo_intr(int irq, void *voidbrd)
 
  case UART_17158_TXRDY:
  /*
- * TXRDY interrupt clears after reading ISR register for the UART channel.
+ * TXRDY interrupt clears after reading
+ * ISR register for the UART channel.
  */
 
  /*
-- 
2.1.4


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

end of thread, other threads:[~2016-09-23  5:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22  1:10 [PATCH] staging: dgnc: Break up long comment Elizabeth Ferdman
2016-09-22  6:08 ` [Outreachy kernel] " Julia Lawall
2016-09-22 22:43   ` Elizabeth Ferdman
2016-09-23  5:29     ` [Outreachy kernel] " Julia Lawall

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.