提交 e30546d6 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

staging: vt6656: vCommandTimerWait remove camel case.

camel case changes
pDevice -> priv
MSecond -> msecs
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 913827ee
...@@ -54,11 +54,9 @@ static int msglevel = MSG_LEVEL_INFO; ...@@ -54,11 +54,9 @@ static int msglevel = MSG_LEVEL_INFO;
static int s_bCommandComplete(struct vnt_private *); static int s_bCommandComplete(struct vnt_private *);
static void static void vCommandTimerWait(struct vnt_private *priv, unsigned long msecs)
vCommandTimerWait(struct vnt_private *pDevice, unsigned long MSecond)
{ {
schedule_delayed_work(&pDevice->run_command_work, schedule_delayed_work(&priv->run_command_work, msecs_to_jiffies(msecs));
msecs_to_jiffies(MSecond));
} }
void vRunCommand(struct work_struct *work) void vRunCommand(struct work_struct *work)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册