From d506283491eb423cb8c6957d91070d3ac2d81b6a Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Fri, 27 Mar 2015 12:41:11 +0100 Subject: [PATCH] greybus: operation: fix typo in comment Fix typo in comment. Signed-off-by: Johan Hovold Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index 5447351880d3..41a3deb760fe 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -75,7 +75,7 @@ static DEFINE_SPINLOCK(gb_operations_lock); * valid value operation->errno can be set to is -EINPROGRESS, * indicating the request has been (or rather is about to be) sent. * At that point nobody should be looking at the result until the - * reponse arrives. + * response arrives. * * The first time the result gets set after the request has been * sent, that result "sticks." That is, if two concurrent threads -- 2.39.5