All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dgnc: Fix line over 80 characters
@ 2015-02-20 12:15 Yeliz Taneroglu
  0 siblings, 0 replies; 2+ messages in thread
From: Yeliz Taneroglu @ 2015-02-20 12:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Yeliz Taneroglu

Fix checkpatch.pl issues with line over
80 characters in dgnc_tty.h

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
---
 drivers/staging/dgnc/dgnc_tty.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_tty.h b/drivers/staging/dgnc/dgnc_tty.h
index 9d1c284..5efd493 100644
--- a/drivers/staging/dgnc/dgnc_tty.h
+++ b/drivers/staging/dgnc/dgnc_tty.h
@@ -37,6 +37,7 @@ void	dgnc_carrier(struct channel_t *ch);
 void	dgnc_wakeup_writes(struct channel_t *ch);
 void	dgnc_check_queue_flow_control(struct channel_t *ch);
 
-void	dgnc_sniff_nowait_nolock(struct channel_t *ch, uchar *text, uchar *buf, int nbuf);
+void	dgnc_sniff_nowait_nolock(struct channel_t *ch, uchar *text,
+	       uchar *buf, int nbuf);
 
 #endif
-- 
1.8.3.2



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

end of thread, other threads:[~2016-08-21 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1471442349-7752-1-git-send-email-r.naundorf@fh-muenster.de>
2016-08-21 15:57 ` [PATCH] staging: dgnc: Fix line over 80 characters Greg KH
2015-02-20 12:15 [PATCH] Staging: " Yeliz Taneroglu

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.