commit | 3e86c627f71c205eb4ea5bb5f05de795b78fb449 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Tue Oct 26 14:04:17 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 15 09:59:01 2021 -0500 |
tree | aa988bf4f62431fb675e4bbf3726210f2f144ba5 | |
parent | 80f73a053f768487df85017395b7c6612ae3bea4 [diff] |
kernel: atomics: update print specifiers for atomic_t The print specifier for `atomic_t` should be updated to `%ld`, `%lu`, or `%lx` to account for the type change of `atomic_t` to `long`. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>