diff options
author | Andy Shevchenko <[email protected]> | 2021-10-26 17:03:56 +0300 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2021-10-27 15:13:47 +0200 |
commit | 24a1dffbecafeb00d8830985eb7a318e37aabc4e (patch) | |
tree | bca18b9e0ffa9bcbf157a4ce69cf79844beaf438 /scripts/gcc-plugins/sancov_plugin.c | |
parent | c15b5fc054c3d6c97e953617605235c5cb8ce979 (diff) |
lib/vsprintf.c: Amend static asserts for format specifier flags
There are couple of improvements to static asserts against
the format specifier flags:
- new static assert for SIGN
- fix static assert for SMALL
SMALL is not equal to ASCII code of white space, it equals to
the bit difference between capital and small letters (however
the value is the same, semantically expression means different
things).
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions