camel case changes pDevice -> priv MSecond -> msecs Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> --- drivers/staging/vt6656/wcmd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/wcmd.c b/drivers/staging/vt6656/wcmd.c index b62726f..2553cde 100644 --- a/drivers/staging/vt6656/wcmd.c +++ b/drivers/staging/vt6656/wcmd.c @@ -54,11 +54,9 @@ static int msglevel = MSG_LEVEL_INFO; static int s_bCommandComplete(struct vnt_private *); -static void -vCommandTimerWait(struct vnt_private *pDevice, unsigned long MSecond) +static void vCommandTimerWait(struct vnt_private *priv, unsigned long msecs) { - schedule_delayed_work(&pDevice->run_command_work, - msecs_to_jiffies(MSecond)); + schedule_delayed_work(&priv->run_command_work, msecs_to_jiffies(msecs)); } void vRunCommand(struct work_struct *work) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html