[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1326458564-25533-1-git-send-email-p3100225@dias.aueb.gr>
Date: Fri, 13 Jan 2012 14:42:44 +0200
From: giorgos kyprianidis <elapoueis@...il.com>
To: balbi@...com
Cc: linux-kernel@...r.kernel.org, p3100225@...s.aueb.gr
Subject: [PATCH] drivers:usb:gadget:f_audio.c fixed a 'space before tab' warning
From: bstrds <p3100225@...s.aueb.gr>
---
drivers/usb/gadget/f_audio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/gadget/f_audio.c b/drivers/usb/gadget/f_audio.c
index ec7ffcd..9e654a7 100644
--- a/drivers/usb/gadget/f_audio.c
+++ b/drivers/usb/gadget/f_audio.c
@@ -192,7 +192,7 @@ static struct uac_iso_endpoint_descriptor as_iso_out_desc __initdata = {
.bLength = UAC_ISO_ENDPOINT_DESC_SIZE,
.bDescriptorType = USB_DT_CS_ENDPOINT,
.bDescriptorSubtype = UAC_EP_GENERAL,
- .bmAttributes = 1,
+ .bmAttributes = 1,
.bLockDelayUnits = 1,
.wLockDelay = __constant_cpu_to_le16(1),
};
--
1.7.8.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists