All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dgnc: Remove space before tab
@ 2015-02-20 12:06 Yeliz Taneroglu
  2015-02-26 21:14 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Yeliz Taneroglu @ 2015-02-20 12:06 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Yeliz Taneroglu

This patch fixes the checkpatch.pl warning:
WARNING: "please, no space before tabs"

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

diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index 7a31fbf..8a4e8fe 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -3088,7 +3088,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
 		struct digi_getcounter buf;
 
 		buf.norun = ch->ch_err_overrun;
-		buf.noflow = 0;  	/* The driver doesn't keep this stat */
+		buf.noflow = 0;		/* The driver doesn't keep this stat */
 		buf.nframe = ch->ch_err_frame;
 		buf.nparity = ch->ch_err_parity;
 		buf.nbreak = ch->ch_err_break;
-- 
1.8.3.2



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

* Re: [Outreachy kernel] [PATCH] Staging: dgnc: Remove space before tab
  2015-02-20 12:06 [PATCH] Staging: dgnc: Remove space before tab Yeliz Taneroglu
@ 2015-02-26 21:14 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-02-26 21:14 UTC (permalink / raw)
  To: Yeliz Taneroglu; +Cc: outreachy-kernel

On Fri, Feb 20, 2015 at 02:06:10PM +0200, Yeliz Taneroglu wrote:
> This patch fixes the checkpatch.pl warning:
> WARNING: "please, no space before tabs"
> 
> Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
> ---
>  drivers/staging/dgnc/dgnc_tty.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
> index 7a31fbf..8a4e8fe 100644
> --- a/drivers/staging/dgnc/dgnc_tty.c
> +++ b/drivers/staging/dgnc/dgnc_tty.c
> @@ -3088,7 +3088,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
>  		struct digi_getcounter buf;
>  
>  		buf.norun = ch->ch_err_overrun;
> -		buf.noflow = 0;  	/* The driver doesn't keep this stat */
> +		buf.noflow = 0;		/* The driver doesn't keep this stat */
>  		buf.nframe = ch->ch_err_frame;
>  		buf.nparity = ch->ch_err_parity;
>  		buf.nbreak = ch->ch_err_break;
> -- 
> 1.8.3.2

This patch fails to apply :(


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

* [PATCH] Staging: dgnc: Remove space before tab
@ 2015-02-20 11:25 Yeliz Taneroglu
  0 siblings, 0 replies; 3+ messages in thread
From: Yeliz Taneroglu @ 2015-02-20 11:25 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Yeliz Taneroglu

This patch fixes the checkpatch.pl warning:
WARNING: "please, no space before tabs"

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

diff --git a/drivers/staging/dgnc/dgnc_mgmt.c b/drivers/staging/dgnc/dgnc_mgmt.c
index 31e9f45..ee821da 100644
--- a/drivers/staging/dgnc/dgnc_mgmt.c
+++ b/drivers/staging/dgnc/dgnc_mgmt.c
@@ -167,7 +167,8 @@ long dgnc_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 		di.info_bdstate = dgnc_Board[brd]->dpastatus;
 		di.info_ioport = 0;
 		di.info_physaddr = (ulong) dgnc_Board[brd]->membase;
-		di.info_physsize = (ulong) dgnc_Board[brd]->membase - dgnc_Board[brd]->membase_end;
+		di.info_physsize = (ulong) dgnc_Board[brd]->membase
+			- dgnc_Board[brd]->membase_end;
 		if (dgnc_Board[brd]->state != BOARD_FAILED)
 			di.info_nports = dgnc_Board[brd]->nasync;
 		else
-- 
1.8.3.2



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 12:06 [PATCH] Staging: dgnc: Remove space before tab Yeliz Taneroglu
2015-02-26 21:14 ` [Outreachy kernel] " Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2015-02-20 11:25 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.