Re: [U-Boot] [PATCH v2 6/6] cbfs: Rename camel-case variables

2019-08-18 Thread Bin Meng
On Fri, Aug 16, 2019 at 10:44 PM Bin Meng wrote: > > On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > > > Rename some camel-case variables to match U-Boot style. > > > > Camel case is not generally allowed in U-Boot. Rename this variable to fit > > in with the style. > > > > Signed-off-by:

Re: [U-Boot] [PATCH v2 6/6] cbfs: Rename camel-case variables

2019-08-16 Thread Bin Meng
On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > Rename some camel-case variables to match U-Boot style. > > Camel case is not generally allowed in U-Boot. Rename this variable to fit > in with the style. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None

[U-Boot] [PATCH v2 6/6] cbfs: Rename camel-case variables

2019-08-14 Thread Simon Glass
Rename some camel-case variables to match U-Boot style. Camel case is not generally allowed in U-Boot. Rename this variable to fit in with the style. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None fs/cbfs/cbfs.c | 44 ++-- 1