提交 8304ada2 编写于 作者: B Benjamin Romer 提交者: Greg Kroah-Hartman

staging: unisys: fix CamelCase Work queue name in uislib.c

Fix CamelCase name:

Work_wakeup_polling_device_channels => work_wakeup_polling_device_channels

Update references to use the new name.
Signed-off-by: NBryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 52ebd30e
...@@ -1414,7 +1414,7 @@ do_wakeup_polling_device_channels(struct work_struct *dummy) ...@@ -1414,7 +1414,7 @@ do_wakeup_polling_device_channels(struct work_struct *dummy)
} }
} }
static DECLARE_WORK(Work_wakeup_polling_device_channels, static DECLARE_WORK(work_wakeup_polling_device_channels,
do_wakeup_polling_device_channels); do_wakeup_polling_device_channels);
/* Call this function when you want to send a hint to process_incoming() that /* Call this function when you want to send a hint to process_incoming() that
...@@ -1432,7 +1432,7 @@ uislib_force_channel_interrupt(u32 bus_no, u32 dev_no) ...@@ -1432,7 +1432,7 @@ uislib_force_channel_interrupt(u32 bus_no, u32 dev_no)
* the process_incoming() thread. * the process_incoming() thread.
*/ */
tot_wakeup_cnt++; tot_wakeup_cnt++;
schedule_work(&Work_wakeup_polling_device_channels); schedule_work(&work_wakeup_polling_device_channels);
} }
EXPORT_SYMBOL_GPL(uislib_force_channel_interrupt); EXPORT_SYMBOL_GPL(uislib_force_channel_interrupt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册