]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: Fix a docs build warning
authorJonathan Corbet <corbet@lwn.net>
Sun, 30 Jul 2017 22:18:03 +0000 (16:18 -0600)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 2 Aug 2017 08:26:41 +0000 (10:26 +0200)
commite9aad66f36542d088c22ca3836d79e447ef5fdbf
tree00e468951f84f226073624a51eac45724ad4d443
parent2cd7c07b6f901e6e2835c0ab4d7fca0fe89ecd64
mtd: nand: Fix a docs build warning

Commit 1d6fc7c37205 (mtd: nand: Drop unused cached programming support)
removed the "cached" parameter from nand_write_page(), but did not update
the kerneldoc comments, creating this docs build warning:

  ./drivers/mtd/nand/nand_base.c:2751: warning: Excess function parameter 'cached' description in 'nand_write_page'

Remove the offending line so we can have a little peace and quiet.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/nand_base.c