diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2015-12-03 07:59:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-04 07:17:21 -0500 |
commit | 50acb9a6a6167235a86d2d549a865af883347672 (patch) | |
tree | 10f110f92d2c1d6e940abb6166775c2a182c64f6 /drivers/spi/spi-lm70llp.c | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
spi: lm70llp: remove multiple blank lines
checkpatch complains about multiple blank lines.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-lm70llp.c')
-rw-r--r-- | drivers/spi/spi-lm70llp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/spi-lm70llp.c b/drivers/spi/spi-lm70llp.c index ba72347cb99d..eb4b4218ee7d 100644 --- a/drivers/spi/spi-lm70llp.c +++ b/drivers/spi/spi-lm70llp.c | |||
@@ -23,11 +23,9 @@ | |||
23 | #include <linux/sysfs.h> | 23 | #include <linux/sysfs.h> |
24 | #include <linux/workqueue.h> | 24 | #include <linux/workqueue.h> |
25 | 25 | ||
26 | |||
27 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
28 | #include <linux/spi/spi_bitbang.h> | 27 | #include <linux/spi/spi_bitbang.h> |
29 | 28 | ||
30 | |||
31 | /* | 29 | /* |
32 | * The LM70 communicates with a host processor using a 3-wire variant of | 30 | * The LM70 communicates with a host processor using a 3-wire variant of |
33 | * the SPI/Microwire bus interface. This driver specifically supports an | 31 | * the SPI/Microwire bus interface. This driver specifically supports an |
@@ -88,7 +86,6 @@ struct spi_lm70llp { | |||
88 | /* REVISIT : ugly global ; provides "exclusive open" facility */ | 86 | /* REVISIT : ugly global ; provides "exclusive open" facility */ |
89 | static struct spi_lm70llp *lm70llp; | 87 | static struct spi_lm70llp *lm70llp; |
90 | 88 | ||
91 | |||
92 | /*-------------------------------------------------------------------*/ | 89 | /*-------------------------------------------------------------------*/ |
93 | 90 | ||
94 | static inline struct spi_lm70llp *spidev_to_pp(struct spi_device *spi) | 91 | static inline struct spi_lm70llp *spidev_to_pp(struct spi_device *spi) |
@@ -319,7 +316,6 @@ static void spi_lm70llp_detach(struct parport *p) | |||
319 | lm70llp = NULL; | 316 | lm70llp = NULL; |
320 | } | 317 | } |
321 | 318 | ||
322 | |||
323 | static struct parport_driver spi_lm70llp_drv = { | 319 | static struct parport_driver spi_lm70llp_drv = { |
324 | .name = DRVNAME, | 320 | .name = DRVNAME, |
325 | .attach = spi_lm70llp_attach, | 321 | .attach = spi_lm70llp_attach, |