]> git.baikalelectronics.ru Git - kernel.git/commit
doc-rst: Revert "kernel-doc: fix handling of address_space tags"
authorMarkus Heiser <markus.heiser@darmarIT.de>
Mon, 15 Aug 2016 14:08:27 +0000 (16:08 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Aug 2016 21:19:53 +0000 (15:19 -0600)
commit484f12e19b5b84de4405aac1b9112b5581b3ad56
treee2aca6289125757ac2b8ea66fc484b6903888d25
parent445ee4b493da531c6db807c3016e9e7076efae00
doc-rst: Revert "kernel-doc: fix handling of address_space tags"

This reverts commit 6149fc12c074718102f74762117822ab10047322.

From the origin comit log::

  The RST cpp:function handler is very pedantic: it doesn't allow any
  macros like __user on it

Since the kernel-doc parser does NOT make use of the cpp:domain, there
is no need to change the kernel-doc parser eleminating the address_space
tags.

Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc