On Wed, Mar 13, 2013 at 11:37:21AM +0800, Bo Shen wrote:
> fix typo which cause following build warning
> 
> warning: "pr_vdebug" redefined

make sure to note which commit has introduced the problem.

hint: it was commit ea0e6276

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