Commit 1cd683a8 authored by Ben Chan's avatar Ben Chan Committed by Greg Kroah-Hartman
Browse files

staging: gdm72xx: remove blank lines after an open brace



This patch fixes the following checkpatch warning:

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

Signed-off-by: default avatarBen Chan <benchan@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e7d374e7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;