[PATCH 37/91] staging: unisys: fix CamelCase in SPAR_CONTROLVM_CHANNEL_OK_CLIENT

Benjamin Romer benjamin.romer at unisys.com
Thu Oct 23 18:30:16 UTC 2014


Fix CamelCase parameter name:

pChannel => ch

Signed-off-by: Benjamin Romer <benjamin.romer at unisys.com>
---
 .../unisys/common-spar/include/channels/controlvmchannel.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
index 6b3cedf..c168e14 100644
--- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
@@ -45,13 +45,13 @@ static const uuid_le spar_controlvm_channel_protocol_uuid =
 * channel struct withOUT needing to increment this. */
 #define ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID  1
 
-#define SPAR_CONTROLVM_CHANNEL_OK_CLIENT(pChannel)           \
-	(spar_check_channel_client(pChannel, \
-				   spar_controlvm_channel_protocol_uuid, \
-				   "controlvm", \
-				   sizeof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL), \
-				   ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID, \
-				   ULTRA_CONTROLVM_CHANNEL_PROTOCOL_SIGNATURE))
+#define SPAR_CONTROLVM_CHANNEL_OK_CLIENT(ch)           \
+	spar_check_channel_client(ch, \
+				  spar_controlvm_channel_protocol_uuid, \
+				  "controlvm", \
+				  sizeof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL), \
+				  ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID, \
+				  ULTRA_CONTROLVM_CHANNEL_PROTOCOL_SIGNATURE)
 
 #define MY_DEVICE_INDEX 0
 #define MAX_MACDATA_LEN 8 /* number of bytes for MAC address in config packet */
-- 
1.9.1



More information about the devel mailing list