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

2024-05-31 Thread Michael Kelley
From: Aditya Nagesh Sent: Friday, May 31, 2024 3:49 AM > > 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

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

2024-05-31 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