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>
 
                {
                        struct device *classp;
+
                        classp = tty_register_device(&brd->SerialDriver, i,
                                &(ch->ch_bd->pdev->dev));
                        ch->ch_tun.un_sysfs = classp;
        case DIGI_REALPORT_SENDIMMEDIATE:
        {
                unsigned char c;
+
                spin_unlock_irqrestore(&ch->ch_lock, flags);
                rc = get_user(c, (unsigned char __user *) arg);
                if (rc)