Staging: dgnc: Add missing blank line
This fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3c4019d3e0
commit
0eaa02e66d
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,7 @@ int dgnc_tty_init(struct dgnc_board *brd)
|
||||||
|
|
||||||
{
|
{
|
||||||
struct device *classp;
|
struct device *classp;
|
||||||
|
|
||||||
classp = tty_register_device(&brd->SerialDriver, i,
|
classp = tty_register_device(&brd->SerialDriver, i,
|
||||||
&(ch->ch_bd->pdev->dev));
|
&(ch->ch_bd->pdev->dev));
|
||||||
ch->ch_tun.un_sysfs = classp;
|
ch->ch_tun.un_sysfs = classp;
|
||||||
|
@ -3066,6 +3067,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
|
||||||
case DIGI_REALPORT_SENDIMMEDIATE:
|
case DIGI_REALPORT_SENDIMMEDIATE:
|
||||||
{
|
{
|
||||||
unsigned char c;
|
unsigned char c;
|
||||||
|
|
||||||
spin_unlock_irqrestore(&ch->ch_lock, flags);
|
spin_unlock_irqrestore(&ch->ch_lock, flags);
|
||||||
rc = get_user(c, (unsigned char __user *) arg);
|
rc = get_user(c, (unsigned char __user *) arg);
|
||||||
if (rc)
|
if (rc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue