Staging: gdm72xx: Remove multiple blank lines
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 26 Dec 2015 21:14:44 +0000 (02:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 04:10:47 +0000 (20:10 -0800)
Remove extra blank line which is not necessary. Warning detected using
checkpatch.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm72xx/gdm_usb.c
drivers/staging/gdm72xx/hci.h

index 16e497d..7f035b1 100644 (file)
@@ -544,7 +544,6 @@ static int gdm_usb_probe(struct usb_interface *intf,
                 idVendor, idProduct);
        dev_info(&intf->dev, "GCT WiMax driver version %s\n", DRIVER_VERSION);
 
-
        if (idProduct == EMERGENCY_PID) {
                ret = usb_emergency(usbdev);
                goto out;
index 10a6bfa..03c9f30 100644 (file)
 #define T_TX_POWER                     (0x6a   | (1 << 16))
 #define T_CUR_FREQ                     (0x7f   | (4 << 16))
 
-
 /* WIMAX */
 #define T_MAX_SUBSCRIPTION             (0xa1   | (1 << 16))
 #define T_MAX_SF                       (0xa2   | (1 << 16))