OSDN Git Service

bpf, tags: Fix DEFINE_PER_CPU expansion
authorRustam Kovhaev <rkovhaev@gmail.com>
Fri, 23 Nov 2018 23:48:16 +0000 (15:48 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 26 Nov 2018 00:21:39 +0000 (01:21 +0100)
commitcf0dd411e80f7066cabf69899724e48dd3192b99
tree0c23ff99e49ab9e238812d5dd15140e028d54e68
parent197c2dac74e4ae3158ad10f848c5402236d6b176
bpf, tags: Fix DEFINE_PER_CPU expansion

Building tags produces warning:

  ctags: Warning: kernel/bpf/local_storage.c:10: null expansion of name pattern "\1"

Let's use the same fix as in commit 25528213fe9f ("tags: Fix DEFINE_PER_CPU
expansions"), even though it violates the usual code style.

Signed-off-by: Rustam Kovhaev <rkovhaev@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
kernel/bpf/local_storage.c