checkpatch: struct file_operations should normally be const
authorAndy Whitcroft <apw@canonical.com>
Tue, 6 Jan 2009 22:41:29 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:17 +0000 (15:59 -0800)
commit2b6db5cb65cb1276a7aa363a6e7335b0a8a68393
tree289e1048f76a56c551ef57aeb4adf54d4f9a3172
parentb53c8e104ed071c47ada2adce194625ab03d9f3d
checkpatch: struct file_operations should normally be const

In the general use case struct file_operations should be a const object.
Check for and warn where it is not.  As suggested by Steven and Ingo.

Acked-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl