usb: gadget: loopback: Fix show methods for attributes
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 21 Sep 2015 19:51:13 +0000 (21:51 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 1 Oct 2015 17:40:23 +0000 (12:40 -0500)
commit902d03c7f3900b8a5d2997303b87dc12397bea71
tree034dc26af952c241e5cce1980f69cd253097a72e
parent9af9195426685ffd7c81022002b0db3fd7040591
usb: gadget: loopback: Fix show methods for attributes

Most of USB functions place new line after attribute value.
Let's follow this convention also in loopback function
as it improves readability.

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