Skip to content

Commit f0798d6

Browse files
VillemoesFelipe Balbi
authored and
Felipe Balbi
committed
usb: gadget: fusb300_udc.h: Fix typo in include guard
Clearly this was meant to be an include guard, but a trailing underscore was missing. It has been this way since the file was introduced in 0fe6f1d ("usb: udc: add Faraday fusb300 driver"). Fixes: 0fe6f1d ("usb: udc: add Faraday fusb300 driver") Cc: <[email protected]> Signed-off-by: Rasmus Villemoes <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent ac9d032 commit f0798d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/gadget/udc/fusb300_udc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
#ifndef __FUSB300_UDC_H__
15-
#define __FUSB300_UDC_H_
15+
#define __FUSB300_UDC_H__
1616

1717
#include <linux/kernel.h>
1818

0 commit comments

Comments
 (0)