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

Matthias Beyer mail at beyermatthias.de
Wed Aug 27 11:10:40 UTC 2014


Signed-off-by: Matthias Beyer <mail at beyermatthias.de>
---
 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



More information about the devel mailing list