[U-Boot] [PATCH] Fix spelling of "occurred".
Simon Glass
sjg at chromium.org
Sun May 1 20:55:32 CEST 2016
Hi,
On 30 April 2016 at 20:18, Vagrant Cascadian <vagrant at debian.org> wrote:
Please can you add a commit message?
> Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
> ---
>
> board/bf533-ezkit/flash.c | 2 +-
> board/mpl/pip405/pip405.c | 2 +-
> board/tqc/tqm5200/cmd_stk52xx.c | 2 +-
> cmd/fdc.c | 8 ++++----
> common/kgdb.c | 2 +-
> common/usb_hub.c | 2 +-
> drivers/ddr/marvell/a38x/ddr3_init.h | 2 +-
> drivers/ddr/marvell/axp/ddr3_hw_training.h | 2 +-
> drivers/i2c/kona_i2c.c | 2 +-
> drivers/mtd/nand/omap_gpmc.c | 4 ++--
> drivers/net/4xx_enet.c | 4 ++--
> drivers/net/enc28j60.c | 2 +-
> drivers/net/ne2000_base.c | 4 ++--
> drivers/usb/gadget/mpc8xx_udc.c | 2 +-
> drivers/usb/musb/musb_hcd.c | 6 +++---
> include/linux/fb.h | 4 ++--
> include/test/ut.h | 12 ++++++------
> include/usbdevice.h | 2 +-
> 18 files changed, 32 insertions(+), 32 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
nit below.
> diff --git a/board/bf533-ezkit/flash.c b/board/bf533-ezkit/flash.c
> index 3180a76..a7b3519 100644
> --- a/board/bf533-ezkit/flash.c
> +++ b/board/bf533-ezkit/flash.c
> @@ -320,7 +320,7 @@ int poll_toggle_bit(long lOffset)
> }
> timeout--;
> }
> - printf("Time out occured \n");
> + printf("Time out occurred \n");
Can you drop the space before \n ?
> if (timeout < 0)
> return FLASH_FAIL;
> }
Regards,
Simon
More information about the U-Boot
mailing list