OSDN Git Service

greybus: loopback: fix an incorrect comment
authorAlex Elder <elder@linaro.org>
Tue, 12 May 2015 02:16:36 +0000 (21:16 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 12 May 2015 17:25:14 +0000 (10:25 -0700)
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 <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c

index 85e2fe7..e1e40ea 100644 (file)
@@ -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)                                          \