diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-12-11 16:07:04 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-12-14 16:41:59 +0100 |
commit | b6c985dd9a2d5902e413c2e9ba5a770fbca12322 (patch) | |
tree | d1b44df3c4b4ed6ceb4d14406a247beb3a46a8a2 /drivers/mtd | |
parent | 2ca8718be0c469a99435f6330904364f8dc5a094 (diff) | |
download | linux-b6c985dd9a2d5902e413c2e9ba5a770fbca12322.tar.gz linux-b6c985dd9a2d5902e413c2e9ba5a770fbca12322.tar.bz2 linux-b6c985dd9a2d5902e413c2e9ba5a770fbca12322.zip |
mtd: rawnand: rockchip: Add missing title to a kernel doc comment
All fields of the nfc_cfg structure are documented but the name, which
leads to a W=1 warning. Add a title.
Fixes: 058e0e847d54 ("mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and others")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20231211150704.109138-2-miquel.raynal@bootlin.com
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/raw/rockchip-nand-controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/rockchip-nand-controller.c b/drivers/mtd/nand/raw/rockchip-nand-controller.c index ab1a9e8687e0..7baaef69d70a 100644 --- a/drivers/mtd/nand/raw/rockchip-nand-controller.c +++ b/drivers/mtd/nand/raw/rockchip-nand-controller.c @@ -108,6 +108,7 @@ struct rk_ecc_cnt_status { }; /** + * struct nfc_cfg: Rockchip NAND controller configuration * @type: NFC version * @ecc_strengths: ECC strengths * @ecc_cfgs: ECC config values |