From: Stefan Hajnoczi Date: Fri, 11 Jan 2013 22:08:13 +0000 (+0100) Subject: staging: line6: drop ToneportSourceInfo CamelCase name X-Git-Tag: v3.9-rc1~127^2~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709b2fae7cbadd2582f425aa6c102390d5aa9683;p=pandora-kernel.git staging: line6: drop ToneportSourceInfo CamelCase name Fix the following checkpatch.pl warning: WARNING: Avoid CamelCase: #5383: FILE: staging/line6/toneport.c:90: +struct ToneportSourceInfo { Since the struct is only used to define the global toneport_source_info[] table, I have chosen to make the struct anonymous and part of the table definition. Signed-off-by: Stefan Hajnoczi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed