summaryrefslogtreecommitdiff
path: root/include/linux/stackprotector.h
diff options
context:
space:
mode:
authorHaroen Tmimi <tmimiharoen@gmail.com>2026-02-10 21:50:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-23 17:41:59 +0300
commit532fc90fa51ab2044917f788ccb8f8c2dce9a283 (patch)
tree8210da14895a472325500e7d1d2f598bb5662c61 /include/linux/stackprotector.h
parentc6b7a9a248e9257ada0a7bf3bd3ed1be7efb51b7 (diff)
downloadlinux-532fc90fa51ab2044917f788ccb8f8c2dce9a283.tar.xz
staging: rtl8723bs: remove redundant 'Adapter' variable in HalPhyRf_8723B
The variable Adapter was declared and initialized locally in an if-statement, but it shadowed a variable of the same name and value declared in the function scope (line 169). Removing the inner declaration allows the code to use the existing outer variable, resolving a -Wshadow warning. Signed-off-by: Haroen Tmimi <tmimiharoen@gmail.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260210185044.53754-1-tmimiharoen@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/stackprotector.h')
0 files changed, 0 insertions, 0 deletions