Re: [PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata

2017-07-18 Thread Geert Uytterhoeven
Hi Joe, On Mon, Jul 17, 2017 at 5:01 PM, Joe Perches wrote: > On Mon, 2017-07-17 at 15:42 +0200, Geert Uytterhoeven wrote: >> 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 varian

Re: [PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata

2017-07-17 Thread Joe Perches
On Mon, 2017-07-17 at 15:42 +0200, Geert Uytterhoeven wrote: > 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. Maybe nicer to add some phrase like "U

[PATCH resend] checkpatch: Replace __init_refok by __refconst and __refdata

2017-07-17 Thread Geert Uytterhoeven
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 --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1