Commit 0cda003f authored by Khadija Kamran's avatar Khadija Kamran Committed by Greg Kroah-Hartman

staging: rtl8192e: fix unbalanced braces around else

Balance if/else braces as recommended by checkpatch.pl
Signed-off-by: default avatarKhadija Kamran <kamrankhadijadj@gmail.com>
Link: https://lore.kernel.org/r/ZCISGaFELBfDyGRT@khadija-virtual-machineSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 63ff870c
......@@ -517,6 +517,7 @@ void TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS)
netdev_dbg(ieee->dev, "Immediately Start ADDBA\n");
mod_timer(&pTxTS->TsAddBaTimer, jiffies + 10);
}
} else
} else {
netdev_dbg(ieee->dev, "BA timer is already added\n");
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment