staging: line6: drop ToneportSourceInfo CamelCase name
authorStefan Hajnoczi <stefanha@gmail.com>
Fri, 11 Jan 2013 22:08:13 +0000 (23:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:40:50 +0000 (16:40 -0800)
commit709b2fae7cbadd2582f425aa6c102390d5aa9683
tree1c2291c28299f0c6e933407a8bad9438727fe5a5
parent7414e8252c115f7630e348cda64e4c4a5b69c511
staging: line6: drop ToneportSourceInfo CamelCase name

Fix the following checkpatch.pl warning:

  WARNING: Avoid CamelCase: <ToneportSourceInfo>
  #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 <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/toneport.c