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

Commit 8f078ca6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .h



Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 55e9643e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include "channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
#include "ring_buffer.h"
#include <linux/list.h>


+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include <linux/mm.h>
#include "osd.h"
#include "logging.h"
#include "RingBuffer.h"
#include "ring_buffer.h"


/* #defines */