[PATCH v4 31/45] fs: fat: Shrink the size of a few strings

Bin Meng bmeng.cn at gmail.com
Thu Jul 13 12:48:54 CEST 2023


On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <sjg at chromium.org> wrote:
>
> To save a few bytes, replace Error with ** and try to use the same string
> for multiple messages where possible.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Drop ** in strings and use log_err() for messages
>
>  fs/fat/fat.c       | 20 +++++++++++---------
>  fs/fat/fat_write.c | 14 ++++----------
>  2 files changed, 15 insertions(+), 19 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list