Hi Felipe,
On 3/13/2013 16:19, Felipe Balbi wrote:
On Wed, Mar 13, 2013 at 03:57:59PM +0800, Bo Shen wrote:
fix typo error in commit ea0e6276 cause the following build warning
maybe I should've been more explicit, but when you 'blame' a commit you
also add the commit subject is parentheses:
"fix typo error introduced by commit ea0e6276 (usb: gadget: add multiple
definition guards) which causes the following build warning:
Thanks.
I will send the patch with this again.
warning: "pr_vdebug" redefined
Signed-off-by: Bo Shen <voice.shen@xxxxxxxxx>
---
Resend:
Add which commit let this slip in
---
drivers/usb/gadget/u_serial.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/u_serial.c b/drivers/usb/gadget/u_serial.c
index c5034d9..b369292 100644
--- a/drivers/usb/gadget/u_serial.c
+++ b/drivers/usb/gadget/u_serial.c
@@ -136,7 +136,7 @@ static struct portmaster {
pr_debug(fmt, ##arg)
#endif /* pr_vdebug */
#else
-#ifndef pr_vdebig
+#ifndef pr_vdebug
#define pr_vdebug(fmt, arg...) \
({ if (0) pr_debug(fmt, ##arg); })
#endif /* pr_vdebug */
--
1.7.9.5
Best Regards,
Bo Shen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html