Browse Source

Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style comments

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Matthias Beyer 11 years ago
parent
commit
4064bbe3f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/staging/bcm/Qos.c

+ 2 - 2
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,