diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 14:19:25 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 14:19:25 -0600 |
commit | 405d4c5a14ba305444e0c290edb20105499a02e6 (patch) | |
tree | 0e08db178e14a19580c0299a3efed3c38cbe672b /Documentation/driver-api | |
parent | 9b158d860f7a87d4ff341aae684b32fc9f6e371f (diff) |
docs: Get the struct cmbdata kernel doc from the right file
Back in 2012, commit 9807f75955ea (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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/s390-drivers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/s390-drivers.rst b/Documentation/driver-api/s390-drivers.rst index 7060da136095..ecf8851d3565 100644 --- a/Documentation/driver-api/s390-drivers.rst +++ b/Documentation/driver-api/s390-drivers.rst @@ -75,7 +75,7 @@ The channel-measurement facility provides a means to collect measurement data which is made available by the channel subsystem for each channel attached device. -.. kernel-doc:: arch/s390/include/asm/cmb.h +.. kernel-doc:: arch/s390/include/uapi/asm/cmb.h :internal: .. kernel-doc:: drivers/s390/cio/cmf.c |