Re: [U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 10:01 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > Some functions and a struct should be marked static since they are not > > used outside this file. Update them. > > > > Signed-off-by: Simon Glass > > --- > > > > drivers/misc/swap_ca

Re: [U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible

2019-10-04 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Some functions and a struct should be marked static since they are not > used outside this file. Update them. > > Signed-off-by: Simon Glass > --- > > drivers/misc/swap_case.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(

[U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible

2019-09-25 Thread Simon Glass
Some functions and a struct should be marked static since they are not used outside this file. Update them. Signed-off-by: Simon Glass --- drivers/misc/swap_case.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/misc/swap_case.c b/drivers/misc/swap_case.c