]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Drivers: hv: Cosmetic changes for hv.c and balloon.c
authorAditya Nagesh <adityanagesh@linux.microsoft.com>
Fri, 31 May 2024 10:48:41 +0000 (03:48 -0700)
committerWei Liu <wei.liu@kernel.org>
Thu, 6 Jun 2024 06:03:29 +0000 (06:03 +0000)
commit831bcbcead6668ebf20b64fdb27518f1362ace3a
tree9a822c31d47741fc702ae9aba8dd1422e9161ffe
parenta0b134032e6c5552635c7142ad7f181eba2f3256
Drivers: hv: Cosmetic changes for hv.c and balloon.c

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 Nagesh <adityanagesh@linux.microsoft.com>
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/1717152521-6439-1-git-send-email-adityanagesh@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1717152521-6439-1-git-send-email-adityanagesh@linux.microsoft.com>
drivers/hv/hv.c
drivers/hv/hv_balloon.c