staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 13 Jul 2014 09:42:51 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2014 19:22:34 +0000 (12:22 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c
drivers/staging/vt6656/wcmd.c
drivers/staging/vt6656/wcmd.h

index ceef9ef3599ed79603f0e019eaf74908f2b1725a..dffd0c77c5449ac05f35fb429ddfa3b9a913b4d3 100644 (file)
@@ -1135,7 +1135,7 @@ vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
        usb_device_reset(priv);
 
        MP_CLEAR_FLAG(priv, fMP_DISCONNECTED);
-       vResetCommandTimer(priv);
+       vnt_reset_command_timer(priv);
 
        vnt_schedule_command(priv, WLAN_CMD_INIT_MAC80211);
 
index b217efb1667aae46f2a7d9a752e31c43c3fe2ce0..bb9500fcc091b81f9cef008a020e70021cb80ef7 100644 (file)
@@ -202,7 +202,7 @@ int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command)
 
 }
 
-void vResetCommandTimer(struct vnt_private *priv)
+void vnt_reset_command_timer(struct vnt_private *priv)
 {
        priv->free_cmd_queue = CMD_Q_SIZE;
        priv->cmd_dequeue_idx = 0;
index 3248c95a94cca18ace09816445dbb70100a8956a..0fc2c402fef3afbca42eb17bd7c0055e57454339 100644 (file)
@@ -59,7 +59,7 @@ enum vnt_cmd_state {
 
 struct vnt_private;
 
-void vResetCommandTimer(struct vnt_private *);
+void vnt_reset_command_timer(struct vnt_private *);
 
 int vnt_schedule_command(struct vnt_private *, enum vnt_cmd);
 
This page took 0.027203 seconds and 5 git commands to generate.