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

Commit c4aa49a2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: typo in ioctl ipa3_ioctl_mdfy_flt_rule_v2 function"

parents 57e30e34 39678c35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2459,7 +2459,7 @@ static long ipa3_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
				((struct ipa_ioc_mdfy_flt_rule_v2 *)
				header)->rule_mdfy_size);
		/* modify the rule pointer to the kernel pointer */
		((struct ipa_ioc_add_flt_rule_after_v2 *)header)->rules =
		((struct ipa_ioc_mdfy_flt_rule_v2 *)header)->rules =
			(uintptr_t)kptr;
		if (ipa3_mdfy_flt_rule_v2
			((struct ipa_ioc_mdfy_flt_rule_v2 *)header)) {