Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthias Beyer and committed by
Greg Kroah-Hartman
86130913 4064bbe3

+1 -1
+1 -1
drivers/staging/bcm/Qos.c
··· 865 865 866 866 } 867 867 868 - return (bClassificationSucceed ? usIndex : INVALID_QUEUE_INDEX); 868 + return bClassificationSucceed ? usIndex : INVALID_QUEUE_INDEX; 869 869 } 870 870 871 871 static bool EthCSMatchSrcMACAddress(struct bcm_classifier_rule *pstClassifierRule,