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

2024-05-29 Thread Wei Liu
On Wed, May 29, 2024 at 04:29:17PM +, Michael Kelley wrote: > From: Aditya Nagesh Sent: Wednesday, May > 29, 2024 9:05 AM > > > > Fix issues reported by checkpatch.pl script in hv.c and > > balloon.c > > - Remove unnecessary parentheses > > - Remove extra newlines > > - Remove extra space

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

2024-05-29 Thread kernel test robot
Hi Aditya, kernel test robot noticed the following build errors: [auto build test ERROR on next-20240529] [cannot apply to linus/master v6.10-rc1 v6.9 v6.9-rc7 v6.10-rc1] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '-

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

2024-05-29 Thread Michael Kelley
From: Aditya Nagesh Sent: Wednesday, May 29, 2024 9:05 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

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

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