Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkpatch: struct seq_operations should normally be const
In the general use case struct seq_operations should be a const object. Check for and warn where it is not. 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]>
- Loading branch information