Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return statement
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4064bbe3f2
commit
8613091369
@@ -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,
|
||||
|
Reference in New Issue
Block a user