From: David Binder Date: Sat, 11 Jun 2016 01:48:04 +0000 (-0400) Subject: staging: unisys: visornic: Correct comment spelling mistake X-Git-Tag: v4.9-rc1~119^2~1164 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab30126587086a95e6e94ea1c2a720c3344d226c;p=karo-tx-linux.git staging: unisys: visornic: Correct comment spelling mistake Fixes a comment spelling mistake in visornic. Signed-off-by: David Binder Signed-off-by: David Kershner Reviewed-by: Tim Sell Acked-By: Neil Horman Reviewed-by: Thomas Gleixner Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c index a28388d3ddc2..4fbe70375e27 100644 --- a/drivers/staging/unisys/visornic/visornic_main.c +++ b/drivers/staging/unisys/visornic/visornic_main.c @@ -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. * 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 service_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata,