commit | 2b6db5cb65cb1276a7aa363a6e7335b0a8a68393 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Tue Jan 06 14:41:29 2009 -0800 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>