diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-29 15:35:23 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 13:58:10 +0300 |
commit | 66c222a02fadfd7cc62c754c12379d6bb08eaf77 (patch) | |
tree | 9d68e0db74bbf71af7205d83c252456385bf229f /Documentation | |
parent | b73bbad352a50fb2d8dd42241b534a3dace03b49 (diff) | |
download | linux-66c222a02fadfd7cc62c754c12379d6bb08eaf77.tar.xz |
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')
-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. |