projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b93dd9
)
spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"
author
Aishwarya R
<aishwaryarj100@gmail.com>
Tue, 7 Apr 2020 12:28:55 +0000
(17:58 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 14 Apr 2020 17:36:30 +0000
(18:36 +0100)
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>
drivers/spi/spi-fsl-spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-fsl-spi.c
b/drivers/spi/spi-fsl-spi.c
index
3b81772
..
67f022b
100644
(file)
--- a/
drivers/spi/spi-fsl-spi.c
+++ b/
drivers/spi/spi-fsl-spi.c
@@
-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);