Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689059
| From | Geert Uytterhoeven <geert+renesas@glider.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata |
| Date | 2017-07-17 15:50 +0200 |
| Message-ID | <u4ezo-5Kj-31@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
As of commit bd721ea73e1f9655 ("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.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
scripts/checkpatch.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 2287a0bca863bf57..b88740bfe9d14e41 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -343,9 +343,10 @@ our $Sparse = qr{
__force|
__iomem|
__must_check|
- __init_refok|
__kprobes|
__ref|
+ __refconst|
+ __refdata|
__rcu|
__private
}x;
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata Geert Uytterhoeven <geert+renesas@glider.be> - 2017-07-17 15:50 +0200 Re: [PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata Joe Perches <joe@perches.com> - 2017-07-17 17:10 +0200
csiph-web