commit | 9b1caee7170b9078f39c2f4c7a33334ad40cd47b | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Fri Oct 31 09:57:23 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 15:59:01 2014 -0800 |
tree | f0122bafd56ef6c097a10be6c9ecd77e64ec717f | |
parent | 2c683cde06c1d57a9ecbacc484540e259e7255fa [diff] |
staging: unisys: refactor VISORCHIPSET_CHANNEL_INFO Remove the typedef from this type and use struct visorchipset_channel_info instead. Fix CamelCase member names: addrType => addr_type channelAddr => channel_addr nChannelBytes => n_channel_bytes channelTypeGuid => channel_type_uuid channelInstGuid => channel_inst_uuid Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>