]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: spear_smi: fix kernel-doc warnings <linux/mtd/spear_smi.h>
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 31 Oct 2025 05:41:18 +0000 (22:41 -0700)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 3 Nov 2025 10:42:29 +0000 (11:42 +0100)
commitc95de73da12bf4586b7bcd6b23a6968c21991cc7
treedb4491c5d2729d939d5b981b9351c1d1b75bd7d6
parent3e9c49d4c3063dcf7ddcdea4c5e3aa21eae359d0
mtd: spear_smi: fix kernel-doc warnings <linux/mtd/spear_smi.h>

Correct most kernel-doc warnings in include/linux/mtd/spear_smi.h
by adding a leading '@' to the description of struct members.
Add a new description for the missing @np member.

Warning: spear_smi.h:48 struct member 'name' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:48 struct member 'mem_base' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:48 struct member 'size' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:48 struct member 'partitions' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:48 struct member 'nr_partitions' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:48 struct member 'fast_mode' not described
 in 'spear_smi_flash_info'
Warning: spear_smi.h:62 struct member 'clk_rate' not described
 in 'spear_smi_plat_data'
Warning: spear_smi.h:62 struct member 'num_flashes' not described
 in 'spear_smi_plat_data'
Warning: spear_smi.h:62 struct member 'board_flash_info' not described
 in 'spear_smi_plat_data'
Warning: spear_smi.h:62 struct member 'np' not described
 in 'spear_smi_plat_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
include/linux/mtd/spear_smi.h