Skip to content

Commit

Permalink
Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .h
Browse files Browse the repository at this point in the history
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 55e9643 commit 8f078ca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <linux/list.h>
#include <linux/timer.h>
#include "RingBuffer.h"
#include "ring_buffer.h"
#include "VmbusChannelInterface.h"
#include "VmbusPacketFormat.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o

hv_vmbus-objs := vmbus_drv.o osd.o \
Vmbus.o hv.o connection.o channel.o \
ChannelMgmt.o ChannelInterface.o RingBuffer.o
ChannelMgmt.o ChannelInterface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o
hv_netvsc-objs := netvsc_drv.o NetVsc.o RndisFilter.o
2 changes: 1 addition & 1 deletion drivers/staging/hv/VmbusPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
#include "ring_buffer.h"
#include <linux/list.h>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/mm.h>
#include "osd.h"
#include "logging.h"
#include "RingBuffer.h"
#include "ring_buffer.h"


/* #defines */
Expand Down
File renamed without changes.

0 comments on commit 8f078ca

Please sign in to comment.