diff options
author | Heinrich Schuchardt | 2017-11-08 22:09:59 +0100 |
---|---|---|
committer | Masahiro Yamada | 2017-11-23 15:12:02 +0100 |
commit | 88127dae6ed9d6aa938e9cf1776dc90b897fc1f7 (patch) | |
tree | b1ba5b5332108d1493aa5eedeb695092f953bed5 /scripts/makelst | |
parent | kbuild: Set KBUILD_CFLAGS before incl. arch Makefile (diff) | |
download | kernel-qcow2-linux-88127dae6ed9d6aa938e9cf1776dc90b897fc1f7.tar.gz kernel-qcow2-linux-88127dae6ed9d6aa938e9cf1776dc90b897fc1f7.tar.xz kernel-qcow2-linux-88127dae6ed9d6aa938e9cf1776dc90b897fc1f7.zip |
kconfig/symbol.c: use correct pointer type argument for sizeof
sym_arr is of type struct symbol **.
So in malloc we need sizeof(struct symbol *).
The problem was indicated by coccinelle.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/makelst')
0 files changed, 0 insertions, 0 deletions