Skip to content

Commit 6871c1b

Browse files
mtd: nand: remove kerneldoc for removed function parameter
The 'getchip' parameter is gone as of commit 9f3e042 ("mtd: nand: don't select chip in nand_chip's block_bad op"), so kill the doc with it. Reported-by: kbuild test robot <[email protected]> Signed-off-by: Brian Norris <[email protected]> Acked-by: Boris Brezillon <[email protected]>
1 parent c76b78d commit 6871c1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/nand/nand_base.c

-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ static void nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len)
313313
* nand_block_bad - [DEFAULT] Read bad block marker from the chip
314314
* @mtd: MTD device structure
315315
* @ofs: offset from device start
316-
* @getchip: 0, if the chip is already selected
317316
*
318317
* Check, if the block is bad.
319318
*/

0 commit comments

Comments
 (0)