This patch renames pvUserArg to user_arg to avoid camelcase.
Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                           u32 duration, u16 chan,
                           wilc_remain_on_chan_expired expired,
                           wilc_remain_on_chan_ready ready,
-                          void *pvUserArg)
+                          void *user_arg)
 {
        int result = 0;
        struct host_if_msg msg;
        msg.body.remain_on_ch.ch = chan;
        msg.body.remain_on_ch.expired = expired;
        msg.body.remain_on_ch.ready = ready;
-       msg.body.remain_on_ch.arg = pvUserArg;
+       msg.body.remain_on_ch.arg = user_arg;
        msg.body.remain_on_ch.duration = duration;
        msg.body.remain_on_ch.id = session_id;
        msg.vif = vif;
 
                           u32 duration, u16 chan,
                           wilc_remain_on_chan_expired expired,
                           wilc_remain_on_chan_ready ready,
-                          void *pvUserArg);
+                          void *user_arg);
 int wilc_listen_state_expired(struct wilc_vif *vif, u32 session_id);
 int wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg);
 int wilc_set_wfi_drv_handler(struct wilc_vif *vif, int index);