]> Git Repo - u-boot.git/commit
fs: fat: Shrink the size of a few strings
authorSimon Glass <[email protected]>
Sun, 16 Jul 2023 03:39:06 +0000 (21:39 -0600)
committerBin Meng <[email protected]>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commit78211de6002734c6cf7c39c21990f6ba2cc5c965
tree9ebd9801badab6a827388927decee6d081cbe55a
parente7595aa350ae61e3dfefbde8fe3af01c12b65ccf
fs: fat: Shrink the size of a few strings

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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
fs/fat/fat.c
fs/fat/fat_write.c
This page took 0.033686 seconds and 4 git commands to generate.