projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a968d7
)
mwifiex: Added missing spaces around brackets
author
Ujjal Roy
<royujjal@gmail.com>
Wed, 24 Feb 2016 19:19:56 +0000
(
00:49
+0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Mon, 7 Mar 2016 12:31:24 +0000
(14:31 +0200)
This patch fixes the missing spaces issue in coding style.
Signed-off-by: Ujjal Roy <royujjal@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/marvell/mwifiex/usb.c
b/drivers/net/wireless/marvell/mwifiex/usb.c
index
e43aff9
..
0510861
100644
(file)
--- a/
drivers/net/wireless/marvell/mwifiex/usb.c
+++ b/
drivers/net/wireless/marvell/mwifiex/usb.c
@@
-244,9
+244,9
@@
setup_for_next:
if (card->rx_cmd_ep == context->ep) {
mwifiex_usb_submit_rx_urb(context, size);
} else {
- if (atomic_read(&adapter->rx_pending) <= HIGH_RX_PENDING){
+ if (atomic_read(&adapter->rx_pending) <= HIGH_RX_PENDING)
{
mwifiex_usb_submit_rx_urb(context, size);
- }
else
{
+ }
else
{
context->skb = NULL;
}
}