linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers:usb:gadget:f_audio.c fixed a 'space before tab' warning
@ 2012-01-13 12:42 giorgos kyprianidis
  2012-01-24 20:08 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: giorgos kyprianidis @ 2012-01-13 12:42 UTC (permalink / raw)
  To: balbi; +Cc: linux-kernel, p3100225

From: bstrds <p3100225@dias.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers:usb:gadget:f_audio.c fixed a 'space before tab' warning
  2012-01-13 12:42 [PATCH] drivers:usb:gadget:f_audio.c fixed a 'space before tab' warning giorgos kyprianidis
@ 2012-01-24 20:08 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2012-01-24 20:08 UTC (permalink / raw)
  To: giorgos kyprianidis; +Cc: balbi, linux-kernel, p3100225

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

On Fri, Jan 13, 2012 at 02:42:44PM +0200, giorgos kyprianidis wrote:
> From: bstrds <p3100225@dias.aueb.gr>

I would like to have a real name here. Also, you need to Cc
linux-usb@vger.kernel.org (scripts/get_maintainer.pl would help), then
add a commit log here too with the warning written down.

And last, but not least, you need a Signed-off-by tag.

Please read Documentation/SubmittingPatches,
Documentation/SubmitChecklist.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-24 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13 12:42 [PATCH] drivers:usb:gadget:f_audio.c fixed a 'space before tab' warning giorgos kyprianidis
2012-01-24 20:08 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).