Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style comments
authorMatthias Beyer <mail@beyermatthias.de>
Tue, 29 Jul 2014 14:52:37 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:14:24 +0000 (17:14 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Qos.c

index 80c5c65..13cfd06 100644 (file)
@@ -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,