Commit 3290b1b8 authored by Kris Borer's avatar Kris Borer Committed by Greg Kroah-Hartman

usb: endpoint: convert spaces to tabs

Fix one occurrence of the checkpatch error:

ERROR: code indent should use tabs where possible
Signed-off-by: default avatarKris Borer <kborer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 31b92d81
...@@ -51,7 +51,7 @@ static ssize_t wMaxPacketSize_show(struct device *dev, ...@@ -51,7 +51,7 @@ static ssize_t wMaxPacketSize_show(struct device *dev,
{ {
struct ep_device *ep = to_ep_device(dev); struct ep_device *ep = to_ep_device(dev);
return sprintf(buf, "%04x\n", return sprintf(buf, "%04x\n",
usb_endpoint_maxp(ep->desc) & 0x07ff); usb_endpoint_maxp(ep->desc) & 0x07ff);
} }
static DEVICE_ATTR_RO(wMaxPacketSize); static DEVICE_ATTR_RO(wMaxPacketSize);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment