commit | 6311b7ce42e0c1d6d944bc099dc47e936c20cf11 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jan 15 12:42:25 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 15 15:15:23 2018 -0500 |
tree | 828fa5345eea54c7a0107fb0e1bf6c2306458a1d | |
parent | db9ca5cacbda79c3c51c723006418f5b864b47fe [diff] |
netlink: extack: avoid parenthesized string constant warning NL_SET_ERR_MSG() and NL_SET_ERR_MSG_ATTR() lead to the following warning in newer versions of gcc: warning: array initialized from parenthesized string constant Just remove the parentheses, they're not needed in this context since anyway since there can be no operator precendence issues or similar. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>