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

2024-05-27 Thread Wei Liu
On Tue, May 28, 2024 at 05:17:29AM +, Wei Liu wrote: > On Mon, Apr 22, 2024 at 08:18:46PM -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 > > -

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

2024-05-27 Thread Wei Liu
On Mon, Apr 22, 2024 at 08:18:46PM -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 v4] Drivers: hv: Cosmetic changes for hv.c and balloon.c

2024-04-22 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