usb: gadget: loopback: Remove out-of-date comment
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 19 Jun 2015 10:05:05 +0000 (12:05 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:18 +0000 (09:59 -0500)
As loopback function has been reworked for ConfigFS
composite gadget this comment is no longer valid.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_loopback.c

index 39f49f1ad22f287e58df631077a9a1506381707b..6e2fe63b926741abf184f2ee54a0fe740a372e42 100644 (file)
  * This takes messages of various sizes written OUT to a device, and loops
  * them back so they can be read IN from it.  It has been used by certain
  * test applications.  It supports limited testing of data queueing logic.
- *
- *
- * This is currently packaged as a configuration driver, which can't be
- * combined with other functions to make composite devices.  However, it
- * can be combined with other independent configurations.
  */
 struct f_loopback {
        struct usb_function     function;