Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4064bbe3 authored by Matthias Beyer's avatar Matthias Beyer Committed by Greg Kroah-Hartman
Browse files

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

parent b7450ca8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,