commit | 2836c6a8de2174039770323dc14961eb1308c5e3 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Mon Mar 16 13:58:17 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 23 21:53:50 2015 +0100 |
tree | 266e6159a1f538a7b31fbdb4b8e6473038d9a212 | |
parent | fbb31f48aba3d4c149b85b5b25b2667ea5ba9ccf [diff] |
staging: unisys: fix CamelCase in epilog functions Rename the CamelCase parameters: busNo => bus_no devNo => dev_no needResponse => need_response And the local variables pBusInfo => bus_info pDevInfo => dev_info Update all references to use the corrected names. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>