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
> On Apr 10, 2024, at 11:08 AM, Michael Kelley wrote:
>
> From: Allen Pais Sent: Wednesday, April 3, 2024
> 9:56 AM
>>
>> The only generic interface to execute asynchronously in the BH context is
>> tasklet; however, it's marked deprecated and has some design flaws. To
>> replace tasklets,
The pull request you sent on Thu, 11 Apr 2024 22:37:35 +:
> ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
> tags/hyperv-fixes-signed-20240411
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/52e5070f60a9a159dc4fe650408fc6ecdf7bfe51
Hi Linus,
The following changes since commit e8f897f4afef0031fe618a8e94127a0934896aba:
Linux 6.8 (2024-03-10 13:38:09 -0700)
are available in the Git repository at:
ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
tags/hyperv-fixes-signed-20240411
for you to fetch
On Wed, 2024-04-10 at 21:34 +, Wei Liu wrote:
>
> Applied to hyperv-fixes. Thanks.
Thanks, and thanks to Michael for getting it across the finish line.