summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/power.c
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-27 22:02:09 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-27 20:36:44 -0700
commitf27d2be41d78d6b0f51721efdd5413f47ceeb379 (patch)
treec9a54119743040e2078d369fc3d2f3ed5a49cdf0 /drivers/staging/vt6656/power.c
parent6dfd609b4d08519185ace2878871710a92a520c3 (diff)
downloadlinux-stable-f27d2be41d78d6b0f51721efdd5413f47ceeb379.tar.gz
linux-stable-f27d2be41d78d6b0f51721efdd5413f47ceeb379.tar.bz2
linux-stable-f27d2be41d78d6b0f51721efdd5413f47ceeb379.zip
Staging: vt6656: fix code indenting error in power.c
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>
Diffstat (limited to 'drivers/staging/vt6656/power.c')
-rw-r--r--drivers/staging/vt6656/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c
index af07984436bb..e7d5487d1041 100644
--- a/drivers/staging/vt6656/power.c
+++ b/drivers/staging/vt6656/power.c
@@ -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);