patman: Rename 'list' variable in MakeCcFile()
authorSimon Glass <sjg@chromium.org>
Mon, 29 May 2017 21:31:30 +0000 (15:31 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 02:21:59 +0000 (20:21 -0600)
commita44f4fb72bcb954bf38385e2953f7320b9f25aa3
tree448d89283a0ac4b983d87fe085b8d55210c49299
parent1f487f85d2d2a78a8d4e533253ed5c853540aea1
patman: Rename 'list' variable in MakeCcFile()

This is not a good variable name in Python because 'list' is a type. It
shows up highlighted in some editors. Rename it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
tools/patman/series.py