]> git.dujemihanovic.xyz Git - u-boot.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)
commitad79d603aa68a7a523005ce694ee4b43efdf7382
treea4cf25bf6e97f8170bfc7303ec66099d9c07cc38
parent630b2f39ddabd43a27a98f0356b948df18e97d88
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