* [PATCH] mtd: nand: remove kerneldoc for removed function parameter
@ 2016-03-10 20:47 Brian Norris
2016-03-11 9:47 ` Boris Brezillon
0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2016-03-10 20:47 UTC (permalink / raw)
To: linux-mtd
Cc: Boris Brezillon, Richard Weinberger, Archit Taneja, Brian Norris
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>
---
drivers/mtd/nand/nand_base.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index d49b01df3513..b6facac54fc0 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -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.
*/
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: nand: remove kerneldoc for removed function parameter
2016-03-10 20:47 [PATCH] mtd: nand: remove kerneldoc for removed function parameter Brian Norris
@ 2016-03-11 9:47 ` Boris Brezillon
2016-03-11 17:41 ` Brian Norris
0 siblings, 1 reply; 3+ messages in thread
From: Boris Brezillon @ 2016-03-11 9:47 UTC (permalink / raw)
To: Brian Norris; +Cc: linux-mtd, Richard Weinberger, Archit Taneja
On Thu, 10 Mar 2016 12:47:23 -0800
Brian Norris <computersforpeace@gmail.com> wrote:
> 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 | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
> index d49b01df3513..b6facac54fc0 100644
> --- a/drivers/mtd/nand/nand_base.c
> +++ b/drivers/mtd/nand/nand_base.c
> @@ -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.
> */
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: nand: remove kerneldoc for removed function parameter
2016-03-11 9:47 ` Boris Brezillon
@ 2016-03-11 17:41 ` Brian Norris
0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2016-03-11 17:41 UTC (permalink / raw)
To: Boris Brezillon; +Cc: linux-mtd, Richard Weinberger, Archit Taneja
On Fri, Mar 11, 2016 at 10:47:28AM +0100, Boris Brezillon wrote:
> On Thu, 10 Mar 2016 12:47:23 -0800
> Brian Norris <computersforpeace@gmail.com> wrote:
>
> > 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>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-11 17:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 20:47 [PATCH] mtd: nand: remove kerneldoc for removed function parameter Brian Norris
2016-03-11 9:47 ` Boris Brezillon
2016-03-11 17:41 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).