]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: wlags49_h2: style fix in w1_wds_netif_carrier_off
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 18 Aug 2012 18:54:09 +0000 (00:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:15:38 +0000 (13:15 -0700)
whitespaces at beginning of the line are removed and are replaced
with the tabs

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_netdev.c

index 207933efc98130bb2db4d7f842c28bbc8d120bbc..2259a5fb618373dc14618a40e809088e0f9594f0 100644 (file)
@@ -1763,15 +1763,14 @@ void wl_wds_netif_carrier_on( struct wl_private *lp )
  ******************************************************************************/
 void wl_wds_netif_carrier_off( struct wl_private *lp )
 {
-    int count;
-    /*------------------------------------------------------------------------*/
+       int count;
 
-    if( lp != NULL ) {
-        for( count = 0; count < NUM_WDS_PORTS; count++ ) {
-            if( lp->wds_port[count].is_registered )
-                netif_carrier_off( lp->wds_port[count].dev );
-        }
-    }
+       if( lp != NULL ) {
+               for( count = 0; count < NUM_WDS_PORTS; count++ ) {
+                       if( lp->wds_port[count].is_registered )
+                               netif_carrier_off( lp->wds_port[count].dev );
+               }
+       }
 
 } // wl_wds_netif_carrier_off
 /*============================================================================*/