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
  2015-02-26 21:15 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 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: [Outreachy kernel] [PATCH] Staging: dgnc: Fix line over 80 characters
  2015-02-20 12:15 [PATCH] Staging: dgnc: Fix line over 80 characters Yeliz Taneroglu
@ 2015-02-26 21:15 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 21:15 UTC (permalink / raw)
  To: Yeliz Taneroglu; +Cc: outreachy-kernel

On Fri, Feb 20, 2015 at 02:15:36PM +0200, Yeliz Taneroglu wrote:
> 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

Also fails to apply, what went wrong here?


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

end of thread, other threads:[~2015-02-26 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 12:15 [PATCH] Staging: dgnc: Fix line over 80 characters Yeliz Taneroglu
2015-02-26 21:15 ` [Outreachy kernel] " 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.