[PATCH 441/577] Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cc: Hank Janssen <hjanssen@xxxxxxxxxxxxx>
Cc: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
 drivers/staging/hv/Makefile                        |    2 +-
 drivers/staging/hv/VmbusPrivate.h                  |    2 +-
 drivers/staging/hv/channel.h                       |    2 +-
 .../staging/hv/{ChannelMgmt.c => channel_mgmt.c}   |    0
 .../staging/hv/{ChannelMgmt.h => channel_mgmt.h}   |    0
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename drivers/staging/hv/{ChannelMgmt.c => channel_mgmt.c} (100%)
 rename drivers/staging/hv/{ChannelMgmt.h => channel_mgmt.h} (100%)

diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 685a320..2f9ecd2 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -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 ring_buffer.o
+		 channel_mgmt.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 rndis_filter.o
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index d73baff..6e82183 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -28,7 +28,7 @@
 #include "hv.h"
 #include "VmbusApi.h"
 #include "channel.h"
-#include "ChannelMgmt.h"
+#include "channel_mgmt.h"
 #include "ChannelInterface.h"
 #include "ring_buffer.h"
 #include <linux/list.h>
diff --git a/drivers/staging/hv/channel.h b/drivers/staging/hv/channel.h
index 6b283ed..acb2c55 100644
--- a/drivers/staging/hv/channel.h
+++ b/drivers/staging/hv/channel.h
@@ -25,7 +25,7 @@
 #ifndef _CHANNEL_H_
 #define _CHANNEL_H_
 
-#include "ChannelMgmt.h"
+#include "channel_mgmt.h"
 
 /* The format must be the same as struct vmdata_gpa_direct */
 struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER {
diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/channel_mgmt.c
similarity index 100%
rename from drivers/staging/hv/ChannelMgmt.c
rename to drivers/staging/hv/channel_mgmt.c
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/channel_mgmt.h
similarity index 100%
rename from drivers/staging/hv/ChannelMgmt.h
rename to drivers/staging/hv/channel_mgmt.h
-- 
1.7.0.3

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux