From: Johan Hovold Date: Fri, 27 Mar 2015 11:41:11 +0000 (+0100) Subject: greybus: operation: fix typo in comment X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1644 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d506283491eb423cb8c6957d91070d3ac2d81b6a;p=karo-tx-linux.git 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 --- 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