projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b247a9
)
scripts/tags.sh: add __ro_after_init
author
Constantine Shulyupin
<const@makelinux.com>
Wed, 11 Jul 2018 18:36:42 +0000
(21:36 +0300)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 12 Jul 2018 15:48:18 +0000
(
00:48
+0900)
Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/tags.sh
patch
|
blob
|
history
diff --git
a/scripts/tags.sh
b/scripts/tags.sh
index
66f08bb
..
412a70c
100755
(executable)
--- a/
scripts/tags.sh
+++ b/
scripts/tags.sh
@@
-245,7
+245,7
@@
exuberant()
{
setup_regex exuberant asm c
all_target_sources | xargs $1 -a \
- -I __initdata,__exitdata,__initconst,
\
+ -I __initdata,__exitdata,__initconst,
__ro_after_init
\
-I __initdata_memblock \
-I __refdata,__attribute,__maybe_unused,__always_unused \
-I __acquires,__releases,__deprecated \