aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/core.h')
-rw-r--r--src/flash/nand/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/core.h b/src/flash/nand/core.h
index 0451084..2f5a2f8 100644
--- a/src/flash/nand/core.h
+++ b/src/flash/nand/core.h
@@ -218,7 +218,7 @@ int nand_calculate_ecc_kw(struct nand_device *nand,
int nand_register_commands(struct command_context *cmd_ctx);
-/* / helper for parsing a nand device command argument string */
+/** helper for parsing a nand device command argument string */
COMMAND_HELPER(nand_command_get_device, unsigned name_index,
struct nand_device **nand);