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
|
@ -375,6 +375,7 @@ int dgnc_tty_init(struct dgnc_board *brd)
|
|||
|
||||
{
|
||||
struct device *classp;
|
||||
|
||||
classp = tty_register_device(&brd->SerialDriver, i,
|
||||
&(ch->ch_bd->pdev->dev));
|
||||
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:
|
||||
{
|
||||
unsigned char c;
|
||||
|
||||
spin_unlock_irqrestore(&ch->ch_lock, flags);
|
||||
rc = get_user(c, (unsigned char __user *) arg);
|
||||
if (rc)
|
||||
|
|
Loading…
Reference in New Issue