commit | 005415a39a411c2c92da48409441304173884d08 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Sep 24 15:50:40 2020 +0100 |
committer | Joanna Farley <joanna.farley@arm.com> | Wed Feb 24 09:33:59 2021 +0000 |
tree | b16b4412532689fbd433523312b5405195c1c0a7 | |
parent | 0125b42e95fd859718e7f8eed7ac9659cbfd3d29 [diff] |
libc: memset: Fix MISRA issues MISRA complained about "0"s not being followed by an "U" (please note my protest about this!) and about values not being explicitly compared to 0 (fair enough). Also use explicit pointer types. Fix those issues to make the CI happy. Change-Id: I4d11e49c14f16223a71c78b0fc3e68ba9a1382d3 Signed-off-by: Andre Przywara <andre.przywara@arm.com>