commit | 6c5fed359fc7f2fd0b3c5469d43a1b07c283e1f9 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Mon Mar 16 13:58:20 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 23 21:53:51 2015 +0100 |
tree | 72d77e58fec7c0a9c805e3304e22f4bcb5fcdbdb | |
parent | 75c1f8b726e9383c1953c4999870ff3e13c931a9 [diff] |
staging: unisys: refactor bus_create() First, fix all CamelCase names: busNo => bus_no pBusInfo => bus_info Away => cleanup Fix the kzalloc() call so it uses the variable name rather than the type, and update all of the references to the renamed variables and labels. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>