]> Git Repo - linux.git/commitdiff
mtd: nand: remove kerneldoc for removed function parameter
authorBrian Norris <[email protected]>
Thu, 10 Mar 2016 20:47:23 +0000 (12:47 -0800)
committerBrian Norris <[email protected]>
Fri, 11 Mar 2016 17:41:19 +0000 (09:41 -0800)
The 'getchip' parameter is gone as of commit 9f3e04297b08 ("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]>
drivers/mtd/nand/nand_base.c

index d49b01df35138af2f8c06b4ba6155946d14fa31f..b6facac54fc0f18c30dc7adced01223d1f076c9a 100644 (file)
@@ -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.
  */
This page took 0.064756 seconds and 4 git commands to generate.