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:

>   warning: "pr_vdebug" redefined
> 
> Signed-off-by: Bo Shen <voice.s...@atmel.com>
> ---
> 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
> 

-- 
balbi

Attachment: signature.asc
Description: Digital signature

Reply via email to