commit | 5336f75499bbb293910b3502b3c4a4f9ab9ff078 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 26 16:01:47 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 15 08:54:51 2016 -0200 |
tree | be79615cafb792012e3b9af79db546f3adce16ac | |
parent | 78d88e8a3d738f1ce508cd24b525d2e6cdfda1c1 [diff] |
edac: move documentation from edac_device to edac_core.h Several functions are documented at edac_device.c. As we'll be including edac_core.h at drivers-api book, move those, in order for the kernel-doc markups be part of the API documentation book. As several of those kernel-doc macros are not in the right format, fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>