staging: unisys: refactor VISORCHIPSET_CHANNEL_INFO
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 31 Oct 2014 13:57:23 +0000 (09:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:59:01 +0000 (15:59 -0800)
commit9b1caee7170b9078f39c2f4c7a33334ad40cd47b
treef0122bafd56ef6c097a10be6c9ecd77e64ec717f
parent2c683cde06c1d57a9ecbacc484540e259e7255fa
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>
drivers/staging/unisys/visorchipset/visorchipset.h
drivers/staging/unisys/visorchipset/visorchipset_main.c
This page took 0.025901 seconds and 5 git commands to generate.