staging: rtl8192u: Fix shadowed variable name
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>
Thu, 27 May 2021 19:21:49 +0000 (21:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jun 2021 13:56:54 +0000 (15:56 +0200)
commit487829879f8bae7e055b7d12407108f5915ac8b3
treeb1b6e79cb86ec909b166aa8f1fb20559785f55b2
parentcb37defbd17a3d5acb34c5c12d9323bf13bcd1c3
staging: rtl8192u: Fix shadowed variable name

Fixes the following sparse warning:

drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:798:32: warning: symbol 'tcb_desc' shadows an earlier one
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:550:24: originally declared here

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Link: https://lore.kernel.org/r/20210527192149.29686-1-t@laumann.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c