]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mtd: nand: remove kerneldoc for removed function parameter
authorBrian Norris <computersforpeace@gmail.com>
Thu, 10 Mar 2016 20:47:23 +0000 (12:47 -0800)
committerBrian Norris <computersforpeace@gmail.com>
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 <fengguang.wu@intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
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.
  */