[PATCH 42/57] Staging: bcm: CmHost.c: Renamed variable: "pstDeletionRequest" -> "del_request"

[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 dd20862..4840f71 100644
--- a/drivers/staging/bcm/CmHost.c
+++ b/drivers/staging/bcm/CmHost.c
@@ -1448,7 +1448,7 @@ ULONG StoreCmControlResponseMessage(struct bcm_mini_adapter *ad,
 {
 	struct bcm_add_indication_alt *add_indication_alt = NULL;
 	struct bcm_add_indication *add_indication = NULL;
-	struct bcm_del_request *pstDeletionRequest;
+	struct bcm_del_request *del_request;
 	UINT search_rule_idx;
 	ULONG sf_id;
 
@@ -1459,9 +1459,9 @@ ULONG StoreCmControlResponseMessage(struct bcm_mini_adapter *ad,
 	 * we can stop the further classifying the pkt for this SF.
 	 */
 	if (add_indication_alt->u8Type == DSD_REQ) {
-		pstDeletionRequest = buffer;
+		del_request = buffer;
 
-		sf_id = ntohl(pstDeletionRequest->u32SFID);
+		sf_id = ntohl(del_request->u32SFID);
 		search_rule_idx = SearchSfid(ad, sf_id);
 
 		if (search_rule_idx < NO_OF_QUEUES) {
-- 
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