projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4e3b9ba
)
HSI: nokia-modem: Add a space character for better code readability in nokia_modem_pr...
author
Markus Elfring
<elfring@users.sourceforge.net>
Tue, 25 Apr 2017 08:20:37 +0000
(10:20 +0200)
committer
Sebastian Reichel
<sre@kernel.org>
Thu, 8 Jun 2017 11:21:43 +0000
(13:21 +0200)
The script "checkpatch.pl" pointed information out like the following.
ERROR: space required before the open parenthesis '('
Thus fix the affected source code place.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/hsi/clients/nokia-modem.c
patch
|
blob
|
history
diff --git
a/drivers/hsi/clients/nokia-modem.c
b/drivers/hsi/clients/nokia-modem.c
index
a774ca7
..
f78cca9
100644
(file)
--- a/
drivers/hsi/clients/nokia-modem.c
+++ b/
drivers/hsi/clients/nokia-modem.c
@@
-179,7
+179,7
@@
static int nokia_modem_probe(struct device *dev)
}
enable_irq_wake(irq);
}
enable_irq_wake(irq);
- if(pm) {
+ if
(pm) {
err = nokia_modem_gpio_probe(dev);
if (err < 0) {
dev_err(dev, "Could not probe GPIOs\n");
err = nokia_modem_gpio_probe(dev);
if (err < 0) {
dev_err(dev, "Could not probe GPIOs\n");