[PATCH 25/27] Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style comments

Matthias Beyer mail at beyermatthias.de
Tue Jul 29 14:52:37 UTC 2014


Signed-off-by: Matthias Beyer <mail at beyermatthias.de>
---
 drivers/staging/bcm/Qos.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm/Qos.c b/drivers/staging/bcm/Qos.c
index 80c5c65..13cfd06 100644
--- a/drivers/staging/bcm/Qos.c
+++ b/drivers/staging/bcm/Qos.c
@@ -459,8 +459,8 @@ static VOID PruneQueue(struct bcm_mini_adapter *Adapter, INT iIndex)
 	spin_lock_bh(&curr_pack_info->SFQueueLock);
 
 	while (1) {
-	/* while((UINT)Adapter->PackInfo[iIndex].uiCurrentPacketsOnHost > */
-	/* 	SF_MAX_ALLOWED_PACKETS_TO_BACKUP) { */
+/*	while((UINT)curr_pack_info->uiCurrentPacketsOnHost >
+		SF_MAX_ALLOWED_PACKETS_TO_BACKUP) { */
 
 		BCM_DEBUG_PRINT(Adapter,
 				DBG_TYPE_TX,
-- 
2.0.3



More information about the devel mailing list