staging: unisys: fix CamelCase in struct device_info
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:07:58 +0000 (12:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:43:43 +0000 (09:43 -0700)
commitf796e84cc92f90bcf266f1418311518e21ebf2fc
tree0e67e3c9e42349c1cef2637c7641daf17be9e769
parentc1e72291082edeeeb436bdfa5cf9bc6884e9d5c9
staging: unisys: fix CamelCase in struct device_info

Clean up CamelCase names:
channelAddr => channel_addr
channelBytes => channel_bytes
channelTypeGuid => channel_uuid
devInstGuid => instance_uuid
busNo => bus_no
devNo => dev_no

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/uisqueue.h
drivers/staging/unisys/uislib/uislib.c
This page took 0.026444 seconds and 5 git commands to generate.