mtd: rawnand: rockchip: Rename a structure
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 11 Dec 2023 15:07:03 +0000 (16:07 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 14 Dec 2023 15:41:58 +0000 (16:41 +0100)
commit2ca8718be0c469a99435f6330904364f8dc5a094
treebaa5886cc64e7ee8b8d4d00e27310a699e67b614
parent199d1402229f26804c81508346b57a0e9c094bb6
mtd: rawnand: rockchip: Rename a structure

Robots are unhappy with the ecc_cnt_status structure because the kernel
doc says it should be called rk_ecc_cnt_status. In general, it is
considered a better practice to prefix all symbols in a file with the
same prexif, and thus it seems more relevant to rename the structure
rather than changing the kernel doc header.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312102130.geZ4dqyN-lkp@intel.com/
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-1-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/rockchip-nand-controller.c