bpf: refactor "check_reg_arg" to eliminate code redundancy
authorJiong Wang <jiong.wang@netronome.com>
Fri, 12 Apr 2019 21:59:37 +0000 (22:59 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 13 Apr 2019 00:06:33 +0000 (17:06 -0700)
commitc342dc109aa5a4f0bb36335cb441aaafc98b98ef
treee9a038688270daccc0271ba1bc93b7e745863037
parent55e7f3b5ac94a8c9f2e35961a45e9aa526a9e41d
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>
kernel/bpf/verifier.c