OSDN Git Service

spi: spi-mem: Fix spi_mem_dirmap_destroy() kerneldoc
authorBoris Brezillon <bbrezillon@kernel.org>
Sat, 19 Jan 2019 14:57:56 +0000 (15:57 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 21 Jan 2019 17:55:17 +0000 (17:55 +0000)
commit5c0c4ec9ba61a98ecb79036afc013bba8d5b85e3
tree49308a6915b6ec6d428b749710f6cbad896957cb
parentd1d6bd785da0c0c08523ee4f1a2d6a0875aa6f41
spi: spi-mem: Fix spi_mem_dirmap_destroy() kerneldoc

spi_mem_dirmap_destroy() takes a single argument, remove the @info entry
in the doc.

Fixes: aa167f3fed0c ("spi: spi-mem: Add a new API to support direct mapping")
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mem.c