Skip to content

Commit

Permalink
mtd: nand: remove kerneldoc for removed function parameter
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
computersforpeace committed Mar 11, 2016
1 parent c76b78d commit 6871c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ static void nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len)
* nand_block_bad - [DEFAULT] Read bad block marker from the chip
* @mtd: MTD device structure
* @ofs: offset from device start
* @getchip: 0, if the chip is already selected
*
* Check, if the block is bad.
*/
Expand Down

0 comments on commit 6871c1b

Please sign in to comment.