Explorar o código

staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.c

This patch fix open parenthesis alignment in hfa384x_usb.c file to
comply with the standard kernel coding style.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sergio Paracuellos %!s(int64=8) %!d(string=hai) anos
pai
achega
d1866af104
Modificáronse 1 ficheiros con 9 adicións e 9 borrados
  1. 9 9
      drivers/staging/wlan-ng/hfa384x_usb.c

+ 9 - 9
drivers/staging/wlan-ng/hfa384x_usb.c

@@ -676,8 +676,8 @@ static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head)
 
 
 static inline struct usbctlx_completor *
 static inline struct usbctlx_completor *
 init_cmd_completor(struct usbctlx_cmd_completor *completor,
 init_cmd_completor(struct usbctlx_cmd_completor *completor,
-			const struct hfa384x_usb_statusresp *cmdresp,
-			struct hfa384x_cmdresult *result)
+		   const struct hfa384x_usb_statusresp *cmdresp,
+		   struct hfa384x_cmdresult *result)
 {
 {
 	completor->head.complete = usbctlx_cmd_completor_fn;
 	completor->head.complete = usbctlx_cmd_completor_fn;
 	completor->cmdresp = cmdresp;
 	completor->cmdresp = cmdresp;
@@ -721,9 +721,9 @@ static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head)
 
 
 static inline struct usbctlx_completor *
 static inline struct usbctlx_completor *
 init_rrid_completor(struct usbctlx_rrid_completor *completor,
 init_rrid_completor(struct usbctlx_rrid_completor *completor,
-			const struct hfa384x_usb_rridresp *rridresp,
-			void *riddata,
-			unsigned int riddatalen)
+		    const struct hfa384x_usb_rridresp *rridresp,
+		    void *riddata,
+		    unsigned int riddatalen)
 {
 {
 	completor->head.complete = usbctlx_rrid_completor_fn;
 	completor->head.complete = usbctlx_rrid_completor_fn;
 	completor->rridresp = rridresp;
 	completor->rridresp = rridresp;
@@ -771,9 +771,9 @@ static int usbctlx_rmem_completor_fn(struct usbctlx_completor *head)
 
 
 static inline struct usbctlx_completor *
 static inline struct usbctlx_completor *
 init_rmem_completor(struct usbctlx_rmem_completor *completor,
 init_rmem_completor(struct usbctlx_rmem_completor *completor,
-			struct hfa384x_usb_rmemresp *rmemresp,
-			void *data,
-			unsigned int len)
+		    struct hfa384x_usb_rmemresp *rmemresp,
+		    void *data,
+		    unsigned int len)
 {
 {
 	completor->head.complete = usbctlx_rmem_completor_fn;
 	completor->head.complete = usbctlx_rmem_completor_fn;
 	completor->rmemresp = rmemresp;
 	completor->rmemresp = rmemresp;
@@ -2343,7 +2343,7 @@ int hfa384x_drvr_readpda(struct hfa384x *hw, void *buf, unsigned int len)
 
 
 		/* units of bytes */
 		/* units of bytes */
 		result = hfa384x_dormem_wait(hw, currpage, curroffset, buf,
 		result = hfa384x_dormem_wait(hw, currpage, curroffset, buf,
-						len);
+					     len);
 
 
 		if (result) {
 		if (result) {
 			netdev_warn(hw->wlandev->netdev,
 			netdev_warn(hw->wlandev->netdev,