diff options
author | 2018-04-19 21:01:07 +0200 | |
---|---|---|
committer | 2018-04-22 10:11:06 +0200 | |
commit | 6486379d8716ea6e68576b6d81d85d9a60f71a87 (patch) | |
tree | 69b710b23d578ddc5b2fc4947a1c1cf1031aabe0 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | batman-adv: Avoid old nodes disabling multicast optimizations completely (diff) | |
download | linux-dev-6486379d8716ea6e68576b6d81d85d9a60f71a87.tar.xz linux-dev-6486379d8716ea6e68576b6d81d85d9a60f71a87.zip |
batman-adv: Avoid bool in structures
Using the bool type for structure member is considered inappropriate [1]
for the kernel. Its size is not well defined (but usually 1 byte but maybe
also 4 byte).
[1] https://lkml.org/lkml/2017/11/21/384
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions