]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: rtl8192u: ieee80211: Fix if-else indentation warning
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 1 May 2019 20:46:20 +0000 (02:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 17:43:18 +0000 (19:43 +0200)
commiteca4e5f58b758e74e6065eb8bcab57067f1427f6
treebf4546ef2fc0fee006098a2858317ad8abacbb9c
parent922fe878c78653fda011b176d3e4e355ba8f7479
Staging: rtl8192u: ieee80211: Fix if-else indentation warning

Add tabs after if and else statements to
fix the following warnings from checkpatch.pl

WARNING: suspect code indent for conditional statements (8, 8)
+ if (ieee->GetHalfNmodeSupportByAPsHandler(ieee->dev))
+ pBA->param_set.field.buffer_size = 1;

WARNING: suspect code indent for conditional statements (8, 8)
+ else
+ pBA->param_set.field.buffer_size = 32;

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c