You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: dgnc: Remove space before tabs
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1f26adc94a
commit
feba47a74d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user