diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-31 15:20:50 -0800 |
---|---|---|
committer | Christoph Lameter <clameter@sgi.com> | 2008-02-04 10:56:01 -0800 |
commit | e374d4835668a8c6aec7cefc0a44df69f9679017 (patch) | |
tree | 95930cf83053d43df9ad0b2827cf2abebbc12493 /include/asm-um/hardirq.h | |
parent | 9135f1901ee6449dfe338adf6e40e9c2025b8150 (diff) |
slub: fix shadowed variable sparse warnings
Introduce 'len' at outer level:
mm/slub.c:3406:26: warning: symbol 'n' shadows an earlier one
mm/slub.c:3393:6: originally declared here
No need to declare new node:
mm/slub.c:3501:7: warning: symbol 'node' shadows an earlier one
mm/slub.c:3491:6: originally declared here
No need to declare new x:
mm/slub.c:3513:9: warning: symbol 'x' shadows an earlier one
mm/slub.c:3492:6: originally declared here
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Diffstat (limited to 'include/asm-um/hardirq.h')
0 files changed, 0 insertions, 0 deletions