commit | e2320e653e99d70bd58e61344f2d472d5dac3126 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Fri Oct 31 09:57:29 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 16:02:03 2014 -0800 |
tree | 140c6f974d49cc69ad1274fdec4c1062e94dcf8d | |
parent | b4d55e39a34bf93d307965b8d340a80170cea535 [diff] |
staging: unisys: refactor VISORCHIPSET_SWITCH_INFO Remove the typedef and use struct visorchipset_switch_info instead. Fix all CamelCase member names: switchNo => switch_no switchTypeGuid => switch_type_uuid authService1 => authservice1 authService2 => authservice2 authService3 => authservice3 securityContext => security_context Reserved => reserved Reserved2 => reserved2 pendingMsgHdr => pending_msg_hdr Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>