From: Jeffrey <jeffrey.br...@unisys.com> Changed the camel cases for the static void bus_create_response busNo => busno
Signed-off-by: Jeffrey Brown <jeffrey.br...@unisys.com> --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c b/drivers/staging/unisys/visorchipset/visorchipset_main.c index 7bb2171..fa74543 100644 --- a/drivers/staging/unisys/visorchipset/visorchipset_main.c +++ b/drivers/staging/unisys/visorchipset/visorchipset_main.c @@ -233,7 +233,7 @@ static void parahotplug_process_list(void); static struct visorchipset_busdev_notifiers busdev_server_notifiers; static struct visorchipset_busdev_notifiers busdev_client_notifiers; -static void bus_create_response(ulong busNo, int response); +static void bus_create_response(ulong busno, int response); static void bus_destroy_response(ulong busNo, int response); static void device_create_response(ulong busNo, ulong devNo, int response); static void device_destroy_response(ulong busNo, ulong devNo, int response); @@ -2167,9 +2167,9 @@ Away: } static void -bus_create_response(ulong busNo, int response) +bus_create_response(ulong busno, int response) { - bus_responder(CONTROLVM_BUS_CREATE, busNo, response); + bus_responder(CONTROLVM_BUS_CREATE, busno, response); } static void -- 1.8.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel