[PATCH 433/577] Staging: hv: rename Channel.c and .h to channel.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.c => channel.c} |    0
 drivers/staging/hv/{Channel.h => channel.h} |    0
 drivers/staging/hv/hv_utils.c               |    2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename drivers/staging/hv/{Channel.c => channel.c} (100%)
 rename drivers/staging/hv/{Channel.h => channel.h} (100%)

diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 42c5069..3c15c73 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET)	+= hv_netvsc.o
 obj-$(CONFIG_HYPERV_UTILS)	+= hv_utils.o
 
 hv_vmbus-objs := vmbus_drv.o osd.o \
-		 Vmbus.o hv.o Connection.o Channel.o \
+		 Vmbus.o hv.o Connection.o channel.o \
 		 ChannelMgmt.o ChannelInterface.o RingBuffer.o
 hv_storvsc-objs := storvsc_drv.o StorVsc.o
 hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index 534aa64..f03db0b 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -27,7 +27,7 @@
 
 #include "hv.h"
 #include "VmbusApi.h"
-#include "Channel.h"
+#include "channel.h"
 #include "ChannelMgmt.h"
 #include "ChannelInterface.h"
 #include "RingBuffer.h"
diff --git a/drivers/staging/hv/Channel.c b/drivers/staging/hv/channel.c
similarity index 100%
rename from drivers/staging/hv/Channel.c
rename to drivers/staging/hv/channel.c
diff --git a/drivers/staging/hv/Channel.h b/drivers/staging/hv/channel.h
similarity index 100%
rename from drivers/staging/hv/Channel.h
rename to drivers/staging/hv/channel.h
diff --git a/drivers/staging/hv/hv_utils.c b/drivers/staging/hv/hv_utils.c
index d3fc33e..6ccaea2 100644
--- a/drivers/staging/hv/hv_utils.c
+++ b/drivers/staging/hv/hv_utils.c
@@ -31,7 +31,7 @@
 #include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
 #include "VersionInfo.h"
-#include "Channel.h"
+#include "channel.h"
 #include "VmbusPrivate.h"
 #include "VmbusApi.h"
 #include "utils.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