Skip to content

Commit f2b5b82

Browse files
Bartosz Golaszewskibroonie
authored andcommitted
spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()
The op argument is missing the colon and is not picked up by the kerneldoc generator. Fix it to address the following build warning: drivers/spi/spi-mtk-snfi.c:1201: warning: Function parameter or struct member 'op' not described in 'mtk_snand_is_page_ops' Fixes: 764f1b7 ("spi: add driver for MTK SPI NAND Flash Interface") Signed-off-by: Bartosz Golaszewski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b5a4681 commit f2b5b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-mtk-snfi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ static int mtk_snand_write_page_cache(struct mtk_snand *snf,
11871187

11881188
/**
11891189
* mtk_snand_is_page_ops() - check if the op is a controller supported page op.
1190-
* @op spi-mem op to check
1190+
* @op: spi-mem op to check
11911191
*
11921192
* Check whether op can be executed with read_from_cache or program_load
11931193
* mode in the controller.

0 commit comments

Comments
 (0)