mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard
@ 2014-08-22 12:59 Rasmus Villemoes
  2014-08-22 14:06 ` Felipe Balbi
  0 siblings, 1 reply; 7+ messages in thread
From: Rasmus Villemoes @ 2014-08-22 12:59 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman
  Cc: linux-usb, linux-kernel, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 drivers/usb/gadget/udc/fusb300_udc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/udc/fusb300_udc.h b/drivers/usb/gadget/udc/fusb300_udc.h
index ae811d8..ad39f89 100644
--- a/drivers/usb/gadget/udc/fusb300_udc.h
+++ b/drivers/usb/gadget/udc/fusb300_udc.h
@@ -12,7 +12,7 @@
 
 
 #ifndef __FUSB300_UDC_H__
-#define __FUSB300_UDC_H_
+#define __FUSB300_UDC_H__
 
 #include <linux/kernel.h>
 
-- 
1.9.2


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

end of thread, other threads:[~2014-08-25  8:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-22 12:59 [PATCH] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard Rasmus Villemoes
2014-08-22 14:06 ` Felipe Balbi
2014-08-22 14:44   ` [PATCH v2] " Rasmus Villemoes
2014-08-22 14:48     ` Felipe Balbi
2014-08-22 15:21       ` Rasmus Villemoes
2014-08-22 15:58         ` Felipe Balbi
2014-08-25  8:30           ` [PATCH v3] " Rasmus Villemoes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®