1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-18 12:31:11 +00:00
Greg Kroah-Hartman f275ee0fa3 IN_BADCLASS: fix macro to actually work
Commit 65cab850f0ee ("net: Allow class-e address assignment via ifconfig
ioctl") modified the IN_BADCLASS macro a bit, but unfortunatly one too
many '(' characters were added to the line, making any code that used
it, not build properly.

Also, the macro now compares an unsigned with a signed value, which
isn't ok, so fix that up by making both types match properly.

Reported-by: Christopher Ferris <cferris@google.com>
Fixes: 65cab850f0ee ("net: Allow class-e address assignment via ifconfig ioctl")
Cc: Dave Taht <dave.taht@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-01-15 21:45:21 -08:00
..
2018-12-19 09:40:13 +01:00
2019-01-07 08:45:47 -08:00
2019-01-05 09:50:07 -08:00
2018-12-20 19:13:07 +01:00
2019-01-06 12:21:11 -08:00
2019-01-15 21:45:21 -08:00
2018-12-19 09:40:13 +01:00
2018-12-16 12:15:25 -08:00
2018-12-25 17:41:56 -08:00
2018-12-25 13:11:30 -08:00