diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-26 14:14:45 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 08:54:52 -0200 |
commit | 6634fbb6b6356e6f5b428a349952b368b25d514d (patch) | |
tree | 4802ea45935c1581b6c471750f2b4c242e78baa2 /drivers/edac | |
parent | e01aa14cf2e7ff6d39614f8087800d08ba1629b2 (diff) | |
download | op-kernel-dev-6634fbb6b6356e6f5b428a349952b368b25d514d.zip op-kernel-dev-6634fbb6b6356e6f5b428a349952b368b25d514d.tar.gz |
driver-api: create an edac.rst file with EDAC documentation
Currently, there's no device driver documentation for the EDAC
subsystem at the driver-api book. Fill in the blanks for the
structures and functions that misses documentation, uniform
the word on the existing ones, and add a new edac.rst file at
driver-api, in order to document the EDAC subsystem.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/edac_mc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/edac_mc.h b/drivers/edac/edac_mc.h index 97ee6a9..dcc2c7e 100644 --- a/drivers/edac/edac_mc.h +++ b/drivers/edac/edac_mc.h @@ -152,8 +152,6 @@ extern void edac_mc_free(struct mem_ctl_info *mci); * * If found, return a pointer to the structure. * Else return NULL. - * - * Caller must hold mem_ctls_mutex. */ extern struct mem_ctl_info *edac_mc_find(int idx); |