[PATCH 03/57] Staging: bcm: CmHost.c: Renamed function: "restore_endianess_of_pstClassifierEntry" -> "restore_endianess_of_classifier_entry"

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

 



Signed-off-by: Matthias Beyer <mail@xxxxxxxxxxxxxxxx>
---
 drivers/staging/bcm/CmHost.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c
index a188db7..d8796a2 100644
--- a/drivers/staging/bcm/CmHost.c
+++ b/drivers/staging/bcm/CmHost.c
@@ -15,7 +15,7 @@ enum E_CLASSIFIER_ACTION {
 
 static ULONG GetNextTargetBufferLocation(struct bcm_mini_adapter *ad,
 		B_UINT16 tid);
-static void restore_endianess_of_pstClassifierEntry(
+static void restore_endianess_of_classifier_entry(
 		struct bcm_classifier_rule *classifier_entry,
 		enum bcm_ipaddr_context eIpAddrContext);
 
@@ -256,7 +256,7 @@ CopyIpAddrToClassifier(struct bcm_classifier_rule *classifier_entry,
 		}
 		if (bIpVersion6) {
 			/* Restore EndianNess of Struct */
-			restore_endianess_of_pstClassifierEntry(
+			restore_endianess_of_classifier_entry(
 					classifier_entry,
 					eIpAddrContext
 					);
@@ -2147,7 +2147,7 @@ VOID OverrideServiceFlowParams(struct bcm_mini_adapter *ad,
 	}
 }
 
-static void restore_endianess_of_pstClassifierEntry(
+static void restore_endianess_of_classifier_entry(
 		struct bcm_classifier_rule *classifier_entry,
 		enum bcm_ipaddr_context eIpAddrContext)
 {
-- 
2.1.0

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-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