-----Original Message-----
> Date: Sun, 26 Nov 2017 18:00:22 -0800
> From: Jia He <[email protected]>
> To: [email protected], [email protected],
> [email protected], [email protected]
> Cc: [email protected], [email protected], [email protected], Jia
> He <[email protected]>, [email protected], Jia He <[email protected]>
> Subject: [PATCH V6 1/3] eal/arm64: remove the braces {} for dmb() and dsb()
> X-Mailer: git-send-email 2.7.4
>
> for the code as follows:
> if (condition)
> rte_smp_rmb();
> else
> rte_smp_wmb();
> Without this patch, compiler will report this error:
> error: 'else' without a previous 'if'
>
> Fixes: 84733fd0d75e ("eal/arm: fix memory barrier definition")
> Cc: [email protected]
> Signed-off-by: Jia He <[email protected]>
Please fix the below checkpatch errors.
Wrong tag:
Suggested-by: Ananyev, Konstantin <[email protected]>
Wrong 'Fixes' reference:
Fixes: 84733fd0d75e ("eal/arm: fix memory barrier definition")
With above fix:
Acked-by: Jerin Jacob <[email protected]>