未验证 提交 7cb88afb 编写于 作者: A Aishwarya R 提交者: Mark Brown

spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"

This patch fixes checkpatch error "foo * bar" should be "foo *bar"
Signed-off-by: NAishwarya R <aishwaryarj100@gmail.com>
Link: https://lore.kernel.org/r/20200407122855.5531-1-aishwaryarj100@gmail.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 0b93dd98
......@@ -588,7 +588,7 @@ static void fsl_spi_grlib_probe(struct device *dev)
pdata->cs_control = fsl_spi_grlib_cs_control;
}
static struct spi_master * fsl_spi_probe(struct device *dev,
static struct spi_master *fsl_spi_probe(struct device *dev,
struct resource *mem, unsigned int irq)
{
struct fsl_spi_platform_data *pdata = dev_get_platdata(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册