Searched hist:"4 e10fd5b4a7f4100007147558c304da3e73b25cf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 4e10fd5b4a7f4100007147558c304da3e73b25cf Tue Feb 24 13:14:35 CST 2015 Sasha Levin <sasha.levin@oracle.com> rtnetlink: avoid 0 sized arrays
Arrays (when not in a struct) "shall have a value greater than zero".
GCC complains when it's not the case here.
Fixes: ba7d49b1f0 ("rtnetlink: provide api for getting and setting slave info") Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|