Re: [U-Boot] [PATCH 34/39] env: Drop the double underscores in search.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:29 AM Simon Glass wrote: > > There doesn't seem to be any good reason for using __ in the arguments in > this header file. A double underscore is usually reserved for compiler > features. > > Drop these and remove the unnecessary 'extern' as well. > > Signed-off-by: Simon

[U-Boot] [PATCH 34/39] env: Drop the double underscores in search.h

2019-07-28 Thread Simon Glass
There doesn't seem to be any good reason for using __ in the arguments in this header file. A double underscore is usually reserved for compiler features. Drop these and remove the unnecessary 'extern' as well. Signed-off-by: Simon Glass --- include/search.h | 52 ++