staging: unisys: virtpci: Fix CamelCase write_vbus_busInfo()
authorBryan Thompson <bryan.thompson@unisys.com>
Mon, 3 Nov 2014 19:21:05 +0000 (14:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Nov 2014 00:03:37 +0000 (16:03 -0800)
Rename write_vbus_busInfo() to write_vbus_bus_info() in virtpci.c

Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/virtpci/virtpci.c

index 5e1a7eb..c992b9f 100644 (file)
@@ -205,8 +205,8 @@ static int write_vbus_chp_info(struct spar_vbus_channel_protocol *chan,
 }
 
 /* Write the contents of <info> to the ULTRA_VBUS_CHANNEL_PROTOCOL.BusInfo. */
-static int write_vbus_busInfo(struct spar_vbus_channel_protocol *chan,
-                             struct ultra_vbus_deviceinfo *info)
+static int write_vbus_bus_info(struct spar_vbus_channel_protocol *chan,
+                              struct ultra_vbus_deviceinfo *info)
 {
        int off;
 
@@ -281,8 +281,8 @@ static int add_vbus(struct add_vbus_guestpart *addparams)
        }
        write_vbus_chp_info(vbus->platform_data /* chanptr */ ,
                            &chipset_driver_info);
-       write_vbus_busInfo(vbus->platform_data /* chanptr */ ,
-                          &bus_driver_info);
+       write_vbus_bus_info(vbus->platform_data /* chanptr */ ,
+                           &bus_driver_info);
        LOGINF("Added vbus %d; device %s created successfully\n",
               addparams->bus_no, BUS_ID(vbus));
        POSTCODE_LINUX_2(VPCI_CREATE_EXIT_PC, POSTCODE_SEVERITY_INFO);
@@ -803,7 +803,7 @@ static void fix_vbus_devInfo(struct device *dev, int devNo, int devType,
        * was previously written by our good counterpart, visorbus.
        */
        write_vbus_chp_info(pChan, &chipset_driver_info);
-       write_vbus_busInfo(pChan, &bus_driver_info);
+       write_vbus_bus_info(pChan, &bus_driver_info);
 }
 
 /* This function is called to query the existence of a specific device