mtd: ubi: wl: Fix a couple of kernel-doc issues
authorLee Jones <lee.jones@linaro.org>
Mon, 9 Nov 2020 18:21:55 +0000 (18:21 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 20 Nov 2020 11:37:31 +0000 (12:37 +0100)
commitab4e4de9fd8b469823a645f05f2c142e9270b012
tree186dd1595a442e676d5872f781edb2951407354b
parente1eb368d72fbd90bb515532ad5d23266b478b629
mtd: ubi: wl: Fix a couple of kernel-doc issues

Fixes the following W=1 kernel build warning(s):

 drivers/mtd/ubi/wl.c:584: warning: Function parameter or member 'nested' not described in 'schedule_erase'
 drivers/mtd/ubi/wl.c:1075: warning: Excess function parameter 'shutdown' description in '__erase_worker'

Cc: Richard Weinberger <richard@nod.at>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20201109182206.3037326-13-lee.jones@linaro.org
drivers/mtd/ubi/wl.c