Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-31 Thread Heinrich Schuchardt
On 3/31/23 09:33, Ilias Apalodimas wrote: On Fri, 31 Mar 2023 at 09:51, Heinrich Schuchardt wrote: Am 31. März 2023 03:16:13 MESZ schrieb Simon Glass : Hi Heinrich, On Fri, 31 Mar 2023 at 13:05, Heinrich Schuchardt wrote: Am 31. März 2023 01:49:35 MESZ schrieb Simon Glass : Hi

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-31 Thread Ilias Apalodimas
On Fri, 31 Mar 2023 at 09:51, Heinrich Schuchardt wrote: > > > > Am 31. März 2023 03:16:13 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Fri, 31 Mar 2023 at 13:05, Heinrich Schuchardt wrote: > >> > >> > >> > >> Am 31. März 2023 01:49:35 MESZ schrieb Simon Glass : > >> >Hi Heinrich, > >> >

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-31 Thread Heinrich Schuchardt
Am 31. März 2023 03:16:13 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 31 Mar 2023 at 13:05, Heinrich Schuchardt wrote: >> >> >> >> Am 31. März 2023 01:49:35 MESZ schrieb Simon Glass : >> >Hi Heinrich, >> > >> >On Fri, 31 Mar 2023 at 11:48, Heinrich Schuchardt >> >wrote: >> >> >> >>

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-30 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 13:05, Heinrich Schuchardt wrote: > > > > Am 31. März 2023 01:49:35 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Fri, 31 Mar 2023 at 11:48, Heinrich Schuchardt wrote: > >> > >> > >> > >> Am 30. März 2023 23:32:21 MESZ schrieb Simon Glass : > >> >To

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-30 Thread Heinrich Schuchardt
Am 31. März 2023 01:49:35 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 31 Mar 2023 at 11:48, Heinrich Schuchardt wrote: >> >> >> >> Am 30. März 2023 23:32:21 MESZ schrieb Simon Glass : >> >To save a few bytes, replace Error with ** and try to use the same string >> >for multiple

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-30 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 11:48, Heinrich Schuchardt wrote: > > > > Am 30. März 2023 23:32:21 MESZ schrieb Simon Glass : > >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 > >--- > > >

Re: [PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-30 Thread Heinrich Schuchardt
Am 30. März 2023 23:32:21 MESZ schrieb Simon Glass : >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 >--- > > fs/fat/fat.c | 12 ++-- > fs/fat/fat_write.c | 14 -- > 2 files

[PATCH 32/38] fs: fat: Shrink the size of a few strings

2023-03-30 Thread Simon Glass
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 --- fs/fat/fat.c | 12 ++-- fs/fat/fat_write.c | 14 -- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git