Skip to content

Commit

Permalink
usb: gadget: fusb300_udc.h: Fix typo in include guard
Browse files Browse the repository at this point in the history
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: <stable@vger.kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Villemoes authored and Felipe Balbi committed Sep 3, 2014
1 parent ac9d032 commit f0798d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/udc/fusb300_udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


#ifndef __FUSB300_UDC_H__
#define __FUSB300_UDC_H_
#define __FUSB300_UDC_H__

#include <linux/kernel.h>

Expand Down

0 comments on commit f0798d6

Please sign in to comment.