commit | 7bbadd2d1009575dad675afc16650ebb5aa10612 | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Mon Dec 14 23:30:43 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 16 11:44:17 2015 -0500 |
tree | be1a824b2f3d9ce528ad8007b16fe84e2352cfc8 | |
parent | c6ff5268293ef98e48a99597e765ffc417e39fa5 [diff] |
net: fix warnings in 'make htmldocs' by moving macro definition out of field declaration Docbook does not like the definition of macros inside a field declaration and adds a warning. Move the definition out. Fixes: 79462ad02e86180 ("net: add validation for the socket syscall protocol argument") Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>