Home
last modified time | relevance | path

Searched hist:"463561 e6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dneighbour.c463561e6 Thu Dec 20 10:50:50 CST 2018 Colin Ian King <colin.king@canonical.com> neighbour: remove stray semicolon

Currently the stray semicolon means that the final term in the addition
is being missed. Fix this by removing it. Cleans up clang warning:

net/core/neighbour.c:2821:9: warning: expression result unused [-Wunused-value]

Fixes: 82cbb5c631a0 ("neighbour: register rtnl doit handler")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
463561e6 Thu Dec 20 10:50:50 CST 2018 Colin Ian King <colin.king@canonical.com> neighbour: remove stray semicolon

Currently the stray semicolon means that the final term in the addition
is being missed. Fix this by removing it. Cleans up clang warning:

net/core/neighbour.c:2821:9: warning: expression result unused [-Wunused-value]

Fixes: 82cbb5c631a0 ("neighbour: register rtnl doit handler")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>