zephyr/subsys/tracing
Daniel Leung d3d2730166 tracing: uart: rename global variable named dev
MISRA-C Rule 5.3 states that identifiers in inner scope should
not hide identifiers in outer scope.

There is a global variable named "dev" to store which UART
device is being used the tracing backend. This name collides
with the parameter of same name in the ISR function. So rename
the global variable.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-07-25 21:26:15 -04:00
..
ctf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
include zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sysview zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt tracing: avoid building tracing code when not applicable 2020-02-07 15:58:05 -05:00
cpu_stats.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig tracing: usb: Fix build issues. 2020-02-07 20:06:17 -05:00
tracing_backend_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_backend_uart.c tracing: uart: rename global variable named dev 2020-07-25 21:26:15 -04:00
tracing_backend_usb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_buffer.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_core.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_format_async.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_format_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_format_sync.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00