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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

* Re: [PATCH] staging: dgnc: Fix line over 80 characters
  2016-08-17 13:59 [PATCH] staging: " Robin Naundorf
@ 2016-08-21 15:57 ` Greg KH
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* [PATCH] staging: dgnc: Fix line over 80 characters
@ 2016-08-17 13:59 Robin Naundorf
  2016-08-21 15:57 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Robin Naundorf @ 2016-08-17 13:59 UTC (permalink / raw)
  To: lidza.louina, markh, gregkh, driverdev-devel, devel, linux-kernel
  Cc: Robin Naundorf

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(-)

diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index 3092abe..88d2696 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -390,7 +390,7 @@ extern uint		dgnc_major;		/* Our driver/mgmt major */
 extern int		dgnc_poll_tick;		/* Poll interval - 20 ms */
 extern spinlock_t	dgnc_global_lock;	/* Driver global spinlock */
 extern spinlock_t	dgnc_poll_lock;		/* Poll scheduling lock */
-extern uint		dgnc_num_boards;		/* Total number of boards */
+extern uint		dgnc_num_boards;	/* Total number of boards */
 extern struct dgnc_board	*dgnc_board[MAXBOARDS];	/* Array of board
 							 * structs
 							 */
-- 
2.7.4

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

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

Thread overview: 4+ 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
2016-08-17 13:59 [PATCH] staging: " Robin Naundorf
2016-08-21 15:57 ` 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.