Commit d5062834 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: operation: fix typo in comment

Fix typo in comment.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 1dad6b35
...@@ -75,7 +75,7 @@ static DEFINE_SPINLOCK(gb_operations_lock); ...@@ -75,7 +75,7 @@ static DEFINE_SPINLOCK(gb_operations_lock);
* valid value operation->errno can be set to is -EINPROGRESS, * valid value operation->errno can be set to is -EINPROGRESS,
* indicating the request has been (or rather is about to be) sent. * indicating the request has been (or rather is about to be) sent.
* At that point nobody should be looking at the result until the * 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 * The first time the result gets set after the request has been
* sent, that result "sticks." That is, if two concurrent threads * sent, that result "sticks." That is, if two concurrent threads
......
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