Re: [PATCH v3] Drivers: hv: Cosmetic changes for hv.c and balloon.c

2024-04-18 Thread Saurabh Singh Sengar
On Thu, Apr 11, 2024 at 10:28:03PM -0700, Aditya Nagesh wrote: > Fix issues reported by checkpatch.pl script in hv.c and > balloon.c > - Remove unnecessary parentheses > - Remove extra newlines > - Remove extra spaces > - Add spaces between comparison operators > - Remove comparison with NULL

[PATCH v3] Drivers: hv: Cosmetic changes for hv.c and balloon.c

2024-04-11 Thread Aditya Nagesh
Fix issues reported by checkpatch.pl script in hv.c and balloon.c - Remove unnecessary parentheses - Remove extra newlines - Remove extra spaces - Add spaces between comparison operators - Remove comparison with NULL in if statements No functional changes intended Signed-off-by: Aditya