Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86130913 authored by Matthias Beyer's avatar Matthias Beyer Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return statement

parent 4064bbe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,