All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elizabeth Ferdman <gnudevliz@gmail.com>
To: outreachy-kernel@googlegroups.com,
	Alison Schofield <amsfield22@gmail.com>,
	daniel.baluta@intel.com
Cc: lidza.louina@gmail.com, markh@compro.net, gregkh@linuxfoundation.org
Subject: [PATCH] staging: dgnc: Break up long comment
Date: Wed, 21 Sep 2016 18:10:45 -0700	[thread overview]
Message-ID: <20160922011045.GA3636@localhost> (raw)

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


             reply	other threads:[~2016-09-22  1:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22  1:10 Elizabeth Ferdman [this message]
2016-09-22  6:08 ` [Outreachy kernel] [PATCH] staging: dgnc: Break up long comment Julia Lawall
2016-09-22 22:43   ` Elizabeth Ferdman
2016-09-23  5:29     ` [Outreachy kernel] " Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160922011045.GA3636@localhost \
    --to=gnudevliz@gmail.com \
    --cc=amsfield22@gmail.com \
    --cc=daniel.baluta@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=lidza.louina@gmail.com \
    --cc=markh@compro.net \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.