mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
EDAC: Fix some kernel-doc markups
Kernel-doc markup should use this format: identifier - description Correct that and also fix some enums' names in the kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/1d291393ba58c7b80908a3fedf02d2f53921ffe9.1603469755.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
f30795fb40
commit
2426999902
2 changed files with 7 additions and 8 deletions
|
@ -229,7 +229,7 @@ enum mem_type {
|
|||
#define MEM_FLAG_NVDIMM BIT(MEM_NVDIMM)
|
||||
|
||||
/**
|
||||
* enum edac-type - Error Detection and Correction capabilities and mode
|
||||
* enum edac_type - Error Detection and Correction capabilities and mode
|
||||
* @EDAC_UNKNOWN: Unknown if ECC is available
|
||||
* @EDAC_NONE: Doesn't support ECC
|
||||
* @EDAC_RESERVED: Reserved ECC type
|
||||
|
@ -309,7 +309,7 @@ enum scrub_type {
|
|||
#define OP_OFFLINE 0x300
|
||||
|
||||
/**
|
||||
* enum edac_mc_layer - memory controller hierarchy layer
|
||||
* enum edac_mc_layer_type - memory controller hierarchy layer
|
||||
*
|
||||
* @EDAC_MC_LAYER_BRANCH: memory layer is named "branch"
|
||||
* @EDAC_MC_LAYER_CHANNEL: memory layer is named "channel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue