From: Cheng-Wei Lee Date: Fri, 27 Jun 2014 11:42:14 +0000 (+0800) Subject: staging: wlan-ng/hfa384x_usb.c: add blank line after declarations X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4d525ef61fd7bed7ef7c34c1398ffcdead0ac53c;p=deliverable%2Flinux.git staging: wlan-ng/hfa384x_usb.c: add blank line after declarations This patch fixes the following checkpatch.pl issues in hfa384x_usb.c: WARNING: Missing a blank line after declarations Signed-off-by: Quentin Lee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c index 98343ff70615..07cee5637276 100644 --- a/drivers/staging/wlan-ng/hfa384x_usb.c +++ b/drivers/staging/wlan-ng/hfa384x_usb.c @@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb) case -EPIPE: { hfa384x_t *hw = wlandev->priv; + netdev_warn(hw->wlandev->netdev, "%s tx pipe stalled: requesting reset\n", wlandev->netdev->name);