aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wlan-ng
diff options
context:
space:
mode:
authorBranden Bonaby <brandonbonaby94@gmail.com>2019-03-18 13:25:06 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-18 18:53:17 +0100
commitffe5a0a16fcd712c99c0acf216e5d80755ff16df (patch)
tree420ac3d32fc5926e28f543b979f32428897c745e /drivers/staging/wlan-ng
parentstaging: speakup: fix printk KERN_LEVEL facility level warning (diff)
downloadwireguard-linux-ffe5a0a16fcd712c99c0acf216e5d80755ff16df.tar.xz
wireguard-linux-ffe5a0a16fcd712c99c0acf216e5d80755ff16df.zip
staging: wlan-ng: line over 80 character limit
Align function to prevent it from going over the 80 character a line limit for readability. WARNING: line over 80 characters Signed-off-by: Branden Bonaby <brandonbonaby94@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 992ebaa1071f..5ff740a8837d 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -1369,8 +1369,8 @@ struct hfa384x {
void hfa384x_create(struct hfa384x *hw, struct usb_device *usb);
void hfa384x_destroy(struct hfa384x *hw);
-int
-hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime, int genesis);
+int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
+ int genesis);
int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport);
int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport);
int hfa384x_drvr_flashdl_enable(struct hfa384x *hw);