summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/hal
diff options
context:
space:
mode:
authorHardik Singh Rathore2018-12-12 14:54:55 +0100
committerGreg Kroah-Hartman2018-12-17 14:26:10 +0100
commitcb9a242c33cab509bd09dadeb3bc83a57f0d5abd (patch)
tree10c7c3d2ed426f5ba5cfdfda570e055a43ab7335 /drivers/staging/rtl8723bs/hal
parentstaging: greybus: convert to DEFINE_SHOW_ATTRIBUTE (diff)
downloadkernel-qcow2-linux-cb9a242c33cab509bd09dadeb3bc83a57f0d5abd.tar.gz
kernel-qcow2-linux-cb9a242c33cab509bd09dadeb3bc83a57f0d5abd.tar.xz
kernel-qcow2-linux-cb9a242c33cab509bd09dadeb3bc83a57f0d5abd.zip
Staging: rtl8723bs: Fix code style issue in rtl8723bs driver
Add space between 'else' and '{' to solve code style issue in all the files for rtl8723bs driver. Signed-off-by: Hardik Singh Rathore <hardiksingh.k@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/hal')
-rw-r--r--drivers/staging/rtl8723bs/hal/hal_btcoex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/hal/hal_btcoex.c b/drivers/staging/rtl8723bs/hal/hal_btcoex.c
index 14284b1867f3..2b43f6d3c762 100644
--- a/drivers/staging/rtl8723bs/hal/hal_btcoex.c
+++ b/drivers/staging/rtl8723bs/hal/hal_btcoex.c
@@ -259,7 +259,7 @@ static void halbtcoutsrc_AggregationCheck(PBTC_COEXIST pBtCoexist)
if (pBtCoexist->btInfo.bRejectAggPkt)
rtw_btcoex_RejectApAggregatedPacket(padapter, true);
- else{
+ else {
if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize !=
pBtCoexist->btInfo.bBtCtrlAggBufSize){
@@ -1209,7 +1209,7 @@ void EXhalbtcoutsrc_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 pktType)
packetType = BTC_PACKET_EAPOL;
else if (PACKET_ARP == pktType)
packetType = BTC_PACKET_ARP;
- else{
+ else {
packetType = BTC_PACKET_UNKNOWN;
return;
}