zephyr/lib/utils
Jordan Yates 07870934e3 everywhere: replace double words
Treewide search and replace on a range of double word combinations:
    * `the the`
    * `to to`
    * `if if`
    * `that that`
    * `on on`
    * `is is`
    * `from from`

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-22 05:40:22 -04:00
..
base64.c
bitarray.c lib: check null pointer before taking lock for bitarray 2024-06-14 19:18:28 +02:00
CMakeLists.txt
dec.c
hex.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
json.c json: add JSON_TOK_ENCODED_OBJ 2024-06-12 21:15:27 -04:00
Kconfig
notify.c
onoff.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
rb.c lib: avoided increments/decrements with side effects 2024-06-21 08:48:15 -04:00
ring_buffer.c
timeutil.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
utf8.c everywhere: replace double words 2024-06-22 05:40:22 -04:00
winstream.c