zephyr/arch/common
Ulf Magnusson 0d39a10fbb scripts: Fix random typo'd whitespace
Reported by pylint's 'bad-whitespace' warning.

Not gonna enable this warning in the CI check, because it flags stuff
like deliberately aligning assignments and gets too cultish. Just a
cleanup pass.

For whatever reason, the common convention in Python is to skip spaces
around '=' when passing keyword arguments and giving default arguments:

    f(x=3, y=4)
    def f(x, y=8):
        ...

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 07:54:17 -04:00
..
CMakeLists.txt arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
gen_isr_tables.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00
isr_tables.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
isr_tables.ld arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
nocache.ld arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
ramfunc.ld arch: Port the ramfunc section to the Cmake function 2019-05-20 22:28:28 -04:00
sw_isr_common.c arch/common: Provide a weak, generic z_arch_irq_connect_dynamic() 2019-08-22 17:53:51 -04:00
timing_info_bench.c tests: benchmark: timing_info: Fixed incorrect results. 2019-04-05 16:10:27 -04:00