From: Nicolas Dichtel Date: Thu, 7 May 2015 09:02:52 +0000 (+0200) Subject: netlink: rename private flags and states X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~335^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3a572fe6cf586f478546215bc5d3694357d71e;p=pandora-kernel.git netlink: rename private flags and states These flags and states have the same prefix (NETLINK_) that netlink socket options. To avoid confusion and to be able to name a flag like a socket option, let's use an other prefix: NETLINK_[S|F]_. Note: a comment has been fixed, it was talking about NETLINK_RECV_NO_ENOBUFS socket option instead of NETLINK_NO_ENOBUFS. Signed-off-by: Nicolas Dichtel Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed