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: Aishwarya R <aishwaryarj100@gmail.com>
Link: https://lore.kernel.org/r/20200407122855.5531-1-aishwaryarj100@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Aishwarya R
2020-04-07 17:58:55 +05:30
committed by Mark Brown
parent 0b93dd98d6
commit 7cb88afb42

View File

@@ -588,7 +588,7 @@ static void fsl_spi_grlib_probe(struct device *dev)
pdata->cs_control = fsl_spi_grlib_cs_control; 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 resource *mem, unsigned int irq)
{ {
struct fsl_spi_platform_data *pdata = dev_get_platdata(dev); struct fsl_spi_platform_data *pdata = dev_get_platdata(dev);