Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging/wlan-ng: fix small coding style issues

Delete some unneeded blank lines and add few ones to make checkpatch.pl
happy.

Signed-off-by: Denis Pithon <denis.pithon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Denis Pithon and committed by
Greg Kroah-Hartman
58612c60 9864f111

+4 -2
+4 -2
drivers/staging/wlan-ng/prism2usb.c
··· 96 96 prism2_reset_settletime, 0); 97 97 if (result != 0) { 98 98 result = -EIO; 99 - dev_err(&interface->dev, "hfa384x_corereset() failed.\n"); 99 + dev_err(&interface->dev, 100 + "hfa384x_corereset() failed.\n"); 100 101 goto failed_reset; 101 102 } 102 103 } ··· 137 136 wlandevice_t *wlandev; 138 137 139 138 wlandev = (wlandevice_t *) usb_get_intfdata(interface); 140 - 141 139 if (wlandev != NULL) { 142 140 LIST_HEAD(cleanlist); 143 141 struct list_head *entry; ··· 228 228 { 229 229 hfa384x_t *hw = NULL; 230 230 wlandevice_t *wlandev; 231 + 231 232 wlandev = (wlandevice_t *) usb_get_intfdata(interface); 232 233 if (!wlandev) 233 234 return -ENODEV; ··· 251 250 int result = 0; 252 251 hfa384x_t *hw = NULL; 253 252 wlandevice_t *wlandev; 253 + 254 254 wlandev = (wlandevice_t *) usb_get_intfdata(interface); 255 255 if (!wlandev) 256 256 return -ENODEV;