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

2024-04-10 Thread Wei Liu
On Mon, Apr 01, 2024 at 09:06:21PM -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

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

2024-04-02 Thread Anirudh Rayabharam
On Mon, Apr 01, 2024 at 09:06:21PM -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 v2] Drivers: hv: Cosmetic changes for hv.c and balloon.c

2024-04-01 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 Nages