greybus: loopback: update loopback operation description comment
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 21 Jul 2015 22:50:07 +0000 (23:50 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 22 Jul 2015 17:46:53 +0000 (10:46 -0700)
Old comment needs updating to match 8a282c411ba0 ('greybus/loopback: make
loopback type input equivalent to protocol type')

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Patrick Titiano <ptitiano@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c

index 2de939f298af2391de12983d96919294bb938642..66385c91673e01545d4bc4bb2ae6e76310558eda 100644 (file)
@@ -137,10 +137,12 @@ gb_loopback_stats_attrs(throughput);
 gb_loopback_ro_attr(error, d);
 
 /*
- * Type of loopback message to send
+ * Type of loopback message to send based on protocol type definitions
  * 0 => Don't send message
- * 1 => Send ping message continuously (message without payload)
- * 2 => Send transer message continuously (message with payload)
+ * 2 => Send ping message continuously (message without payload)
+ * 3 => Send transer message continuously (message with payload,
+ *                                        payload returned in response)
+ * 4 => Send a sink message (message with payload, no payload in response)
  */
 gb_loopback_attr(type, d);
 /* Size of transfer message payload: 0-4096 bytes */