]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: eventfd: fix identation on kernel-doc
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 12 May 2017 10:53:50 +0000 (07:53 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 11:44:10 +0000 (08:44 -0300)
commitf16df9f76582fc306d62a4518e78f2cf3227707f
tree7784d9c1e610608c0ed5b85bc3bb2a8baa19e2f6
parent0117d4272b1acd151812abf4a6702fc7873e16ea
fs: eventfd: fix identation on kernel-doc

Sphinx require explicit tags in order to use a list of possible
values, otherwise it produces this error:

./fs/eventfd.c:219: WARNING: Option list ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
fs/eventfd.c