staging: greybus: loopback: fix a spelling error.
Successed -> succeeded. Signed-off-by: Till Varoquaux <till.varoquaux@gmail.com> Reviewed-by: Alex Elder <elder@linaro.org> Link: https://lore.kernel.org/r/20200518051314.1785567-1-till.varoquaux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
398999dabc
commit
3b75d8bd3b
|
@ -135,7 +135,7 @@ static ssize_t name##_##field##_show(struct device *dev, \
|
|||
char *buf) \
|
||||
{ \
|
||||
struct gb_loopback *gb = dev_get_drvdata(dev); \
|
||||
/* Report 0 for min and max if no transfer successed */ \
|
||||
/* Report 0 for min and max if no transfer succeeded */ \
|
||||
if (!gb->requests_completed) \
|
||||
return sprintf(buf, "0\n"); \
|
||||
return sprintf(buf, "%" #type "\n", gb->name.field); \
|
||||
|
|
Loading…
Reference in New Issue