staging: dgnc: Remove space before tabs
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Wed, 8 Oct 2014 10:49:51 +0000 (13:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:18 +0000 (10:29 +0800)
This patch fixes the warning of "Please, no space before tab" produced
by checkpatch.pl. The modified file: dgnc_tty.c

Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c

index 1580bccc6a2d4d9938bab88de1978c1a4917cf4a..b0fcbe7bdfe4798373220053832c6c2727c9438e 100644 (file)
@@ -3096,7 +3096,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;
This page took 0.025753 seconds and 5 git commands to generate.