edac: move documentation from edac_pci*.c to edac_pci.h
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 26 Oct 2016 18:13:43 +0000 (16:13 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 15 Dec 2016 10:54:51 +0000 (08:54 -0200)
commitfdaf0b3505f330b8a56ddec4e904049be998d6d1
tree5f1dd970d1896b9615f890d29259bca796f942df
parent5336f75499bbb293910b3502b3c4a4f9ab9ff078
edac: move documentation from edac_pci*.c to edac_pci.h

Several functions are documented at edac_pci.c and edac_pci_sysfs.c.

As we'll be including edac_pci.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>
drivers/edac/edac_pci.c
drivers/edac/edac_pci.h
drivers/edac/edac_pci_sysfs.c