diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-29 14:35:23 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 11:58:10 +0100 |
commit | 66c222a02fadfd7cc62c754c12379d6bb08eaf77 (patch) | |
tree | 9d68e0db74bbf71af7205d83c252456385bf229f /Documentation/admin-guide/ras.rst | |
parent | edac: adjust docs location at MAINTAINERS and 00-INDEX (diff) | |
download | linux-66c222a02fadfd7cc62c754c12379d6bb08eaf77.tar.xz linux-66c222a02fadfd7cc62c754c12379d6bb08eaf77.zip |
edac: fix kernel-doc tags at the drivers/edac_*.h
Some kernel-doc tags don't provide good descriptions or use
a different style. Adjust them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/admin-guide/ras.rst')
-rw-r--r-- | Documentation/admin-guide/ras.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/ras.rst b/Documentation/admin-guide/ras.rst index 2f8706bae5a4..d71340e86c27 100644 --- a/Documentation/admin-guide/ras.rst +++ b/Documentation/admin-guide/ras.rst @@ -843,7 +843,7 @@ Module parameters EDAC device type ---------------- -In the header file, edac_core.h, there is a series of edac_device structures +In the header file, edac_pci.h, there is a series of edac_device structures and APIs for the EDAC_DEVICE. User space access to an edac_device is through the sysfs interface. |