Re: [PATCH] staging: ks7010: Enclose macros in parentheses

2020-12-07 Thread Greg KH
On Mon, Dec 07, 2020 at 05:56:46PM +0100, Ferdinand Schober wrote: > Enclose macros in parentheses to ensure correct casting behaviour as > suggested by checkpatch. checkpatch is wrong here :) always use your brain when making changes like this, checkpatch is just a perl script, and while it is q

[PATCH] staging: ks7010: Enclose macros in parentheses

2020-12-07 Thread Ferdinand Schober
Enclose macros in parentheses to ensure correct casting behaviour as suggested by checkpatch. Co-developed-by: Philipp Bruegmann Signed-off-by: Philipp Bruegmann Signed-off-by: Ferdinand Schober --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions