Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthias Beyer and committed by
Greg Kroah-Hartman
4064bbe3 b7450ca8

+2 -2
+2 -2
drivers/staging/bcm/Qos.c
··· 459 459 spin_lock_bh(&curr_pack_info->SFQueueLock); 460 460 461 461 while (1) { 462 - /* while((UINT)Adapter->PackInfo[iIndex].uiCurrentPacketsOnHost > */ 463 - /* SF_MAX_ALLOWED_PACKETS_TO_BACKUP) { */ 462 + /* while((UINT)curr_pack_info->uiCurrentPacketsOnHost > 463 + SF_MAX_ALLOWED_PACKETS_TO_BACKUP) { */ 464 464 465 465 BCM_DEBUG_PRINT(Adapter, 466 466 DBG_TYPE_TX,