Commit ab301265 authored by David Binder's avatar David Binder Committed by Greg Kroah-Hartman

staging: unisys: visornic: Correct comment spelling mistake

Fixes a comment spelling mistake in visornic.
Signed-off-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Acked-By: default avatarNeil Horman <nhorman@tuxdriver.com>
Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7f71e48c
...@@ -1586,7 +1586,7 @@ drain_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata) ...@@ -1586,7 +1586,7 @@ drain_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata)
* *
* Drain the respones queue of any responses from the IO partition. * Drain the respones queue of any responses from the IO partition.
* Process the responses as we get them. * Process the responses as we get them.
* Returns when response queue is empty or when the threadd stops. * Returns when response queue is empty or when the thread stops.
*/ */
static void static void
service_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata, service_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment