Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fa37b1e authored by Chris Nicholson's avatar Chris Nicholson Committed by Greg Kroah-Hartman
Browse files

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: default avatarChris Nicholson <chris.nicholson@cnick.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f916a34d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -991,10 +991,9 @@ void VmbusChannelOnTimer(unsigned long data)
{
	struct vmbus_channel *channel = (struct vmbus_channel *)data;

	if (channel->OnChannelCallback) {
	if (channel->OnChannelCallback)
		channel->OnChannelCallback(channel->ChannelCallbackContext);
}
}

/**
 * DumpVmbusChannel - Dump vmbus channel info to the console