提交 b820d030 编写于 作者: B Bryan Thompson 提交者: Greg Kroah-Hartman

staging: unisys: virtpci: Fix CamelCase write_vbus_busInfo()

Rename write_vbus_busInfo() to write_vbus_bus_info() in virtpci.c
Signed-off-by: NBryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 442ab1df
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册