[PATCH] staging: ks7010: enclosed complex macro definitions with parentheses

2021-02-11 Thread Pritthijit Nath
kshostif.h fixed ERROR: Macros with complex values should be enclosed in paranthesis Signed-off-by: Pritthijit Nath --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers

Re: [PATCH] staging: ks7010: enclosed complex macro definitions with parentheses

2021-02-11 Thread Greg KH
On Thu, Feb 11, 2021 at 04:26:36PM +0530, Pritthijit Nath wrote: > kshostif.h Why is this in the changelog text? > > fixed ERROR: Macros with complex values should be enclosed in > paranthesis What does that mean? > > Signed-off-by: Pritthijit Nath > --- > drivers/staging/ks7010/ks_hostif.h