public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] avr32/cmd_bdinfo: fix printf() format warnings
Date: Tue, 11 Nov 2008 16:11:50 +0100	[thread overview]
Message-ID: <4919A0B6.1020904@googlemail.com> (raw)
In-Reply-To: <1226380140-4323-2-git-send-email-plagnioj@jcrosoft.com>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> 
> diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c
> index 6675241..087eda7 100644
> --- a/common/cmd_bdinfo.c
> +++ b/common/cmd_bdinfo.c

Subject mentions avr32/cmd_bdinfo while you touch common/cmd_bdinfo.c? 
Typo?

Dirk

> @@ -378,7 +378,7 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
>  	}
>  	puts ("\nip_addr     = ");
>  	print_IPaddr (bd->bi_ip_addr);
> -	printf ("\nbaudrate    = %d bps\n", bd->bi_baudrate);
> +	printf ("\nbaudrate    = %ld bps\n", bd->bi_baudrate);
>  
>  	return 0;
>  }

  reply	other threads:[~2008-11-11 15:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-11  5:08 [U-Boot] [PATCH] avr32/bootm: remove unused variable 'ret' Jean-Christophe PLAGNIOL-VILLARD
2008-11-11  5:09 ` [U-Boot] [PATCH] avr32/cmd_bdinfo: fix printf() format warnings Jean-Christophe PLAGNIOL-VILLARD
2008-11-11 15:11   ` Dirk Behme [this message]
2008-11-11 15:49     ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-08 22:22       ` Wolfgang Denk
2008-11-13  8:08 ` [U-Boot] [PATCH] avr32/bootm: remove unused variable 'ret' Haavard Skinnemoen
2008-12-08 22:23   ` Wolfgang Denk
2008-12-08 22:23 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4919A0B6.1020904@googlemail.com \
    --to=dirk.behme@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox