commit | 2b6db5cb65cb1276a7aa363a6e7335b0a8a68393 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Tue Jan 06 14:41:29 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:17 2009 -0800 |
tree | 289e1048f76a56c551ef57aeb4adf54d4f9a3172 | |
parent | b53c8e104ed071c47ada2adce194625ab03d9f3d [diff] |
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>