[PATCH] checkpatch: struct of_device_id should usually be const

2014-09-10 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index b385bcbbf2f5..01f503e0ebbd 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -4941,6

Re: [PATCH] checkpatch: struct of_device_id should usually be const

2014-09-10 Thread Joe Perches
On Wed, 2014-09-10 at 09:15 +0200, Uwe Kleine-König wrote: diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] @@ -4941,6 +4941,7 @@ sub process { mtrr_ops| neigh_ops| nlmsvc_binding| +

Re: [PATCH] checkpatch: struct of_device_id should usually be const

2014-09-10 Thread Uwe Kleine-König
On Wed, Sep 10, 2014 at 12:23:17AM -0700, Joe Perches wrote: On Wed, 2014-09-10 at 09:15 +0200, Uwe Kleine-König wrote: diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] @@ -4941,6 +4941,7 @@ sub process { mtrr_ops|