commit | 9ef05281e5d01dffdf75a4ae5c1aee7cbd7aaa73 | [log] [tgz] |
---|---|---|
author | Jianlin Lv <Jianlin.Lv@arm.com> | Thu Mar 18 10:48:51 2021 +0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 19 23:06:53 2021 +0100 |
tree | 3051be4972359357732f8b6b167e68d4484c237a | |
parent | ea24b19562fe5f72c78319dbb347b701818956d9 [diff] |
bpf: Remove insn_buf[] declaration in inner block Two insn_buf[16] variables are declared in the function which acts on function scope and block scope respectively. The statement in the inner block is redundant, so remove it. Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210318024851.49693-1-Jianlin.Lv@arm.com