zephyr/arch
Ulf Magnusson ba312fe844 scripts: Remove unnecessary () around if/while conditions in Python
Not needed in Python. Detected by check C0325 in pylint3.

Also replace an

  if len(tag):

with just

  if tag:

Empty strings, byte strings, lists, etc., are falsy in Python.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-26 07:59:59 -05:00
..
arc arch: arc: fix the unaligned declaration of saved_value 2019-03-22 07:21:11 -05:00
arm arch: arm: no special case for MPUs with power-of-2-align requirement 2019-03-25 15:58:42 -04:00
common scripts: Remove unnecessary () around if/while conditions in Python 2019-03-26 07:59:59 -05:00
nios2 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
posix arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
riscv32 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
x86 scripts: Remove unnecessary () around if/while conditions in Python 2019-03-26 07:59:59 -05:00
x86_64
xtensa scripts: Remove extra trailing newlines from Python scripts 2019-03-26 07:53:08 -05:00
CMakeLists.txt
Kconfig kconfig: Increase the size of KOBJECT_TEXT_AREA when NO_OPTIMIZATION 2019-03-15 11:08:00 -07:00