提交 13d0580c 编写于 作者: E Eva Rachel Retuya 提交者: Greg Kroah-Hartman

Staging: mt29f_spinand: Remove space after a cast

Modify retval to reflect removal of space during cast operation.
Checkpatch found this issue.

CHECK: No space is necessary after a cast
Signed-off-by: NEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 09c02cb5
...@@ -594,7 +594,7 @@ static int spinand_erase_block(struct spi_device *spi_nand, u16 block_id) ...@@ -594,7 +594,7 @@ static int spinand_erase_block(struct spi_device *spi_nand, u16 block_id)
if (retval < 0) { if (retval < 0) {
dev_err(&spi_nand->dev, dev_err(&spi_nand->dev,
"error %d reading status register\n", "error %d reading status register\n",
(int) retval); (int)retval);
return retval; return retval;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册