staging: gdm72xx: remove blank lines after an open brace
authorBen Chan <benchan@chromium.org>
Tue, 24 Jun 2014 07:34:14 +0000 (00:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:36:57 +0000 (20:36 -0400)
This patch fixes the following checkpatch warning:

  CHECK: Blank lines aren't necessary after an open brace '{'

Signed-off-by: Ben Chan <benchan@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm72xx/gdm_usb.c

index 2325d41..cd8e6e4 100644 (file)
@@ -630,7 +630,6 @@ static void gdm_usb_disconnect(struct usb_interface *intf)
        if (idProduct != EMERGENCY_PID &&
            bConfigurationValue != DOWNLOAD_CONF_VALUE &&
            (idProduct & B_DOWNLOAD) == 0) {
-
                udev = phy_dev->priv_dev;
                udev->usbdev = NULL;
 
@@ -708,10 +707,8 @@ static int k_mode_thread(void *arg)
        int ret;
 
        while (!k_mode_stop) {
-
                spin_lock_irqsave(&k_lock, flags2);
                while (!list_empty(&k_list)) {
-
                        udev = list_entry(k_list.next, struct usbwm_dev, list);
                        tx = &udev->tx;
                        rx = &udev->rx;