net: skbuff.h: properly escape a macro name on kernel-doc
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 12 May 2017 12:19:29 +0000 (09:19 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 11:44:13 +0000 (08:44 -0300)
commit771b00a84be46d10e3f74af2d86d226302c907c5
tree48d0345895bb1522c584f4f4e8a09465aafaff23
parent05e0f3b9966c4d6ee8e051607e2ede17b06218c4
net: skbuff.h: properly escape a macro name on kernel-doc

The "%" escape code of kernel-doc only handle letters. It
doesn't handle special chars. So, use the ``literal``
notation. That fixes this warning:

./include/linux/skbuff.h:2695: WARNING: Inline literal start-string without end-string.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/linux/skbuff.h