]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Get the struct cmbdata kernel doc from the right file
authorJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 20:19:25 +0000 (14:19 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 20:19:25 +0000 (14:19 -0600)
commit2b255e62d3d7391a8dae2d847361dbfdc217b850
tree0e08db178e14a19580c0299a3efed3c38cbe672b
parent91257eb45bb17b33dd4e2a4e90593ea3a8c5ff8f
docs: Get the struct cmbdata kernel doc from the right file

Back in 2012, commit 70bde82e9832 (UAPI: (Scripted) Disintegrate
arch/s390/include/asm) moved struct cmbdata (and its kerneldoc comments) to
another file, but did not update the docs to match.  The result is this
warning:

    ./arch/s390/include/asm/cmb.h:1: warning: no structured comments found

...and no documentation for that structure.  Update the docs to get the
information from the right place.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/s390-drivers.rst