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

Bin Meng bmeng.cn at gmail.com
Sat May 23 15:17:27 CEST 2020


Hi Simon,

On Sat, May 23, 2020 at 12:32 AM 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.

Sorry I was not clear. I don't think we should change to use 'initialised' here

BTW: the Google spelling check prompts "initialised" is a typo and it
suggests "initialized": :)

>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  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