selftests/bpf: Fix missing space error
authorRoberto Valenzuela <valenzuelarober@gmail.com>
Fri, 13 Jan 2023 18:02:57 +0000 (13:02 -0500)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 13 Jan 2023 22:23:02 +0000 (14:23 -0800)
commit1c48391bc6739f5e3306919d4b887b92c35d5490
tree59945def743f0f65ccc4efe0883c68bfd0403f24
parent2fa074536590a82ee6c670d5f119f3dfb4ca6015
selftests/bpf: Fix missing space error

Add the missing space after 'dest' variable assignment.
This change will resolve the following checkpatch.pl
script error:

ERROR: spaces required around that '+=' (ctx:VxW)

Signed-off-by: Roberto Valenzuela <valenzuelarober@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230113180257.39769-1-valenzuelarober@gmail.com
tools/testing/selftests/bpf/progs/test_xdp_vlan.c