mwifiex: missing curly braces in mwifiex_write_data_complete()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 18 Mar 2015 08:22:35 +0000 (11:22 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 20 Mar 2015 06:59:44 +0000 (08:59 +0200)
commitbb408cc78401c53842e17b24b6433c122629f21f
treed86096f69495126c5372b47c99de77a3e64fba48
parentea345c145ff23197eab34d0c4d0c8a93d7bea8c6
mwifiex: missing curly braces in mwifiex_write_data_complete()

It's clear from the indenting that curly braces were intended here.

Fixes: e35000ead491 ('mwifiex: preprocess packets from TX queue')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/txrx.c