[PATCH 03/13] cbfs: Use bool type for whether initialised

Bin Meng bmeng.cn at gmail.com
Tue May 19 15:53:23 CEST 2020


Hi Simon,

On Wed, May 13, 2020 at 10:24 PM Simon Glass <sjg at chromium.org> wrote:
>
> At present this uses an int type. U-Boot now supports bool so use this
> instead. Also use English spelling for initialised which we are here.

I don't understand what issue is with American English "initialized"?
I think they both are acceptable.

>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  fs/cbfs/cbfs.c | 28 ++++++++++++++--------------
>  include/cbfs.h |  2 +-
>  2 files changed, 15 insertions(+), 15 deletions(-)
>

Regards,
Bin


More information about the U-Boot mailing list