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

* Re: [PATCH] staging: dgnc: Fix line over 80 characters
       [not found] <1471442349-7752-1-git-send-email-r.naundorf@fh-muenster.de>
@ 2016-08-21 15:57 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-08-21 15:57 UTC (permalink / raw)
  To: Robin Naundorf; +Cc: lidza.louina, markh, driverdev-devel, devel, linux-kernel

On Wed, Aug 17, 2016 at 03:59:09PM +0200, Robin Naundorf wrote:
> Fix 'line over 80 characters' checkpatch.pl
> warning
> 
> Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
> ---
>  drivers/staging/dgnc/dgnc_driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Someone else sent this same patch just before you did, sorry :(

^ permalink raw reply	[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.