]> git.baikalelectronics.ru Git - uboot.git/commit
cbfs: Rename camel-case variables
authorSimon Glass <sjg@chromium.org>
Thu, 15 Aug 2019 01:56:15 +0000 (19:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 18 Aug 2019 13:54:10 +0000 (21:54 +0800)
commit0a135fc9eaaa437949367cd84cc8924ca05ab922
treea4cf25bf6e97f8170bfc7303ec66099d9c07cc38
parent93bb341dfc55a3d3d909e09e9840d68e7f367c32
cbfs: Rename camel-case variables

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
fs/cbfs/cbfs.c