| commit | cf0dd411e80f7066cabf69899724e48dd3192b99 | [log] [tgz] |
|---|---|---|
| author | Rustam Kovhaev <rkovhaev@gmail.com> | Fri Nov 23 15:48:16 2018 -0800 |
| committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Nov 26 01:21:39 2018 +0100 |
| tree | 0c23ff99e49ab9e238812d5dd15140e028d54e68 | |
| parent | 197c2dac74e4ae3158ad10f848c5402236d6b176 [diff] |
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>