checkpatch: update section keywords

As of commit bd721ea73e ("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/20180706084205.26367-1-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Geert Uytterhoeven 2018-08-21 21:57:36 -07:00 committed by Linus Torvalds
parent 5b57980de6
commit 33aa4597dd
1 changed files with 2 additions and 1 deletions

View File

@ -346,9 +346,10 @@ our $Sparse = qr{
__force|
__iomem|
__must_check|
__init_refok|
__kprobes|
__ref|
__refconst|
__refdata|
__rcu|
__private
}x;