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

Commit 96f8fdcb authored by Ghanim Fodi's avatar Ghanim Fodi Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: fix ipa driver compilation issue



Fix compilation issue due to missing parentheses.

Change-Id: Iea33d2440a8fb7954d9b4ecc36e11bdd7f312f54
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent b3396c08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,7 @@ static int ipa3_attrib_dump(struct ipa_rule_attrib *attrib,

	if ((attrib->attrib_mask & IPA_FLT_MAC_DST_ADDR_ETHER_II) ||
		(attrib->attrib_mask & IPA_FLT_MAC_DST_ADDR_802_3) ||
		(attrib->attrib_mask & IPA_FLT_MAC_DST_ADDR_L2TP ||
		(attrib->attrib_mask & IPA_FLT_MAC_DST_ADDR_L2TP) ||
		(attrib->attrib_mask & IPA_FLT_MAC_DST_ADDR_802_1Q))
		nbytes += scnprintf(
			dbg_buff + nbytes,