projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4064bbe
)
Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return statement
author
Matthias Beyer
<mail@beyermatthias.de>
Tue, 29 Jul 2014 14:52:38 +0000
(16:52 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:14:24 +0000
(17:14 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Qos.c
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Qos.c
b/drivers/staging/bcm/Qos.c
index 13cfd06929dfd783410a9a63d0f7bbfc5fbe865e..d4c9a09cb3c605dceb8c901b1dfeac652a689d1e 100644
(file)
--- a/
drivers/staging/bcm/Qos.c
+++ b/
drivers/staging/bcm/Qos.c
@@
-865,7
+865,7
@@
USHORT ClassifyPacket(struct bcm_mini_adapter *Adapter, struct sk_buff *skb)
}
- return
(bClassificationSucceed ? usIndex : INVALID_QUEUE_INDEX)
;
+ return
bClassificationSucceed ? usIndex : INVALID_QUEUE_INDEX
;
}
static bool EthCSMatchSrcMACAddress(struct bcm_classifier_rule *pstClassifierRule,