From: Andy Whitcroft Date: Thu, 15 Jan 2009 21:51:07 +0000 (-0800) Subject: checkpatch: struct seq_operations should normally be const X-Git-Tag: v2.6.29-rc2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6903ffb2257266472ef2edd0092d526ae2dc00f7;p=pandora-kernel.git 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 Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed