From: Alex Elder Date: Tue, 12 May 2015 02:16:36 +0000 (-0500) Subject: greybus: loopback: fix an incorrect comment X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1548 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48f19ee8244776a8e7fb47bac1a2b09e9920d035;p=karo-tx-linux.git greybus: loopback: fix an incorrect comment Fix a comment that incorrectly says the delay between messages is limited to 1024 msec; it actually must be <= 1000 msec. Signed-off-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c index 85e2fe7b5d76..e1e40ea44ccf 100644 --- a/drivers/staging/greybus/loopback.c +++ b/drivers/staging/greybus/loopback.c @@ -148,7 +148,7 @@ gb_loopback_ro_attr(error, d); gb_loopback_attr(type, d); /* Size of transfer message payload: 0-4096 bytes */ gb_loopback_attr(size, u); -/* Time to wait between two messages: 0-1024 ms */ +/* Time to wait between two messages: 0-1000 ms */ gb_loopback_attr(ms_wait, d); #define dev_stats_attrs(name) \