From: Andrey Vagin <redacted>
Date: Thu, 21 Mar 2013 20:33:46 +0400
Follow the common pattern and define *_DIAG_MAX like:
[...]
__XXX_DIAG_MAX,
};
Because everyone is used to do:
struct nlattr *attrs[XXX_DIAG_MAX+1];
nla_parse([...], XXX_DIAG_MAX, [...]
Reported-by: Thomas Graf <tgraf@suug.ch>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Pavel Emelyanov <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: "Paul E. McKenney" <redacted>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrey Vagin <redacted>
Applied to 'net' and queued up for -stable.
Thanks.