diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2025-03-05 17:54:16 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-06 16:32:56 -0800 |
commit | 876cfb20e8892143c0c967b3657074f9131f9b5f (patch) | |
tree | 2f901f49abbc603e3fe4de057c5368c7e9ab6482 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 56a586961bf89f2461ebb1b16541b7a161f63238 (diff) |
net: stmmac: avoid shadowing global buf_sz
stmmac_rx() declares a local variable named "buf_sz" but there is also
a global variable for a module parameter which is called the same. To
avoid confusion, rename the local variable.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Furong Xu <0x1207@gmail.com>
Link: https://patch.msgid.link/E1tpswi-005U6C-Py@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions