Commit 57fd9199 authored by Bryan Thompson's avatar Bryan Thompson Committed by Greg Kroah-Hartman

staging: unisys: virtpci: Fix CamelCase write_vbus_devInfo()

Rename write_vbus_devInfo() to write_vbus_dev_info() in virtpci.c
Signed-off-by: default avatarBryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b820d030
......@@ -227,7 +227,7 @@ static int write_vbus_bus_info(struct spar_vbus_channel_protocol *chan,
* ULTRA_VBUS_CHANNEL_PROTOCOL.DevInfo[<devix>].
*/
static int
write_vbus_devInfo(struct spar_vbus_channel_protocol *chan,
write_vbus_dev_info(struct spar_vbus_channel_protocol *chan,
struct ultra_vbus_deviceinfo *info, int devix)
{
int off;
......@@ -797,7 +797,7 @@ static void fix_vbus_devInfo(struct device *dev, int devNo, int devType,
virtpcidrv->name,
virtpcidrv->version,
virtpcidrv->vertag);
write_vbus_devInfo(pChan, &devInfo, devNo);
write_vbus_dev_info(pChan, &devInfo, devNo);
/* Re-write bus+chipset info, because it is possible that this
* was previously written by our good counterpart, visorbus.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment