commit | 32b6b291871ef333ae49ada031ee3c5a407a0a94 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Fri Oct 03 14:09:18 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 20 10:29:06 2014 +0800 |
tree | 7561fe3b07152a515ec8ef15334451729c082707 | |
parent | a09ad889f5805e77ec1b42508d5706666304b44a [diff] |
staging: unisys: Fix ULTRA_VBUS_DEVICEINFO Remove the typedef from ULTRA_VBUS_DEVICEINFO and use struct ultra_vbus_deviceinfo instead. Fix CamelCase member names: devType => devtype drvName => drvname infoStrings => infostrs Fix indentation on function definitions that were affected by the structure's name change. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>