mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
Staging: hv: fix brace coding style issue in Channel.c
This is a patch to the Channel.c file that fixes up a brace warning found by checkpatch.pl Signed-off-by: Chris Nicholson <chris.nicholson@cnick.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f916a34dc0
commit
0fa37b1ee9
@ -991,9 +991,8 @@ void VmbusChannelOnTimer(unsigned long data)
|
||||
{
|
||||
struct vmbus_channel *channel = (struct vmbus_channel *)data;
|
||||
|
||||
if (channel->OnChannelCallback) {
|
||||
if (channel->OnChannelCallback)
|
||||
channel->OnChannelCallback(channel->ChannelCallbackContext);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user