Staging: vt6656: fix code indenting error in power.c
authorJohannes Löthberg <johannes@kyriasis.com>
Sun, 27 Oct 2013 21:02:09 +0000 (22:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 03:36:44 +0000 (20:36 -0700)
This patch fixes a code indentation error found by checkpatch.pl
where a line was indented with spaces instead of tabs

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/power.c

index af07984436bb67e8c0fc18efbce11162d722761f..e7d5487d1041ca4f2b284268e6274378df291941 100644 (file)
@@ -266,7 +266,7 @@ int PSbSendNullPacket(struct vnt_private *pDevice)
                + sizeof(struct vnt_tx_mgmt));
 
        flags = WLAN_SET_FC_FTYPE(WLAN_TYPE_DATA) |
-                        WLAN_SET_FC_FSTYPE(WLAN_FSTYPE_NULL);
+                       WLAN_SET_FC_FSTYPE(WLAN_FSTYPE_NULL);
 
        if (pDevice->bEnablePSMode)
                flags |= WLAN_SET_FC_PWRMGT(1);
This page took 0.025149 seconds and 5 git commands to generate.