Skip to content

Commit 33aa459

Browse files
geertutorvalds
authored andcommitted
checkpatch: update section keywords
As of commit bd721ea ("treewide: replace obsolete _refok by __ref"), __init_refok no longer exists, so it can be removed. While at it, add the modern variants that were still missing. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 5b57980 commit 33aa459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/checkpatch.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,10 @@ sub hash_show_words {
346346
__force|
347347
__iomem|
348348
__must_check|
349-
__init_refok|
350349
__kprobes|
351350
__ref|
351+
__refconst|
352+
__refdata|
352353
__rcu|
353354
__private
354355
}x;

0 commit comments

Comments
 (0)