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>
This commit is contained in:
parent
b7450ca8c7
commit
4064bbe3f2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user