commit | c342dc109aa5a4f0bb36335cb441aaafc98b98ef | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Fri Apr 12 22:59:37 2019 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Apr 12 17:06:33 2019 -0700 |
tree | e9a038688270daccc0271ba1bc93b7e745863037 | |
parent | 55e7f3b5ac94a8c9f2e35961a45e9aa526a9e41d [diff] |
bpf: refactor "check_reg_arg" to eliminate code redundancy There are a few "regs[regno]" here are there across "check_reg_arg", this patch factor it out into a simple "reg" pointer. The intention is to simplify code indentation and make the later patches in this set look cleaner. Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>