Skip to content

Commit

Permalink
staging: hv: Convert camel cased local variables in ring_buffer.c to …
Browse files Browse the repository at this point in the history
…lower cases

staging: hv: Convert camel cased local variables in ring_buffer.c to lower cases

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 82f8bd4 commit fc8c72e
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 182 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,6 @@ void vmbus_ontimer(unsigned long data)
static void dump_vmbus_channel(struct vmbus_channel *channel)
{
DPRINT_DBG(VMBUS, "Channel (%d)", channel->offermsg.child_relid);
DumpRingInfo(&channel->outbound, "Outbound ");
DumpRingInfo(&channel->inbound, "Inbound ");
Dumpring_info(&channel->outbound, "Outbound ");
Dumpring_info(&channel->inbound, "Inbound ");
}
Loading

0 comments on commit fc8c72e

Please sign in to comment.