summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
diff options
context:
space:
mode:
authorSudip Mukherjee2015-10-04 16:20:11 +0200
committerGreg Kroah-Hartman2015-10-13 06:08:51 +0200
commit40215ddffc2fb6ada9fdcd7461a2f0bf922bcca0 (patch)
treef56ad50496a3acffcb9836d0e9378af4261913cc /drivers/staging/dgnc/dgnc_tty.c
parentstaging: dgnc: remove multiple blank lines (diff)
downloadkernel-qcow2-linux-40215ddffc2fb6ada9fdcd7461a2f0bf922bcca0.tar.gz
kernel-qcow2-linux-40215ddffc2fb6ada9fdcd7461a2f0bf922bcca0.tar.xz
kernel-qcow2-linux-40215ddffc2fb6ada9fdcd7461a2f0bf922bcca0.zip
staging: dgnc: remove blankline before brace
Blank lines are not needed before closing braces. checkpatch was giving warning about this. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_tty.c')
-rw-r--r--drivers/staging/dgnc/dgnc_tty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index 497e1f4227bd..ddf0e412daae 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -374,7 +374,6 @@ int dgnc_tty_init(struct dgnc_board *brd)
ch->ch_pun.un_sysfs = classp;
dgnc_create_tty_sysfs(&ch->ch_pun, classp);
}
-
}
return 0;
@@ -1368,7 +1367,6 @@ static void dgnc_tty_hangup(struct tty_struct *tty)
/* flush the transmit queues */
dgnc_tty_flush_buffer(tty);
-
}
/*
@@ -1981,7 +1979,6 @@ static int dgnc_tty_send_break(struct tty_struct *tty, int msec)
spin_unlock_irqrestore(&ch->ch_lock, flags);
return 0;
-
}
/*
@@ -2744,7 +2741,6 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
~(UN_LOW|UN_EMPTY);
wake_up_interruptible(&ch->ch_pun.un_flags_wait);
}
-
}
}