Commit 34b2486def90f3487cbac2d00a6c4aad0834a331

Authored by Markus Elfring
Committed by Sebastian Reichel
1 parent 4e3b9baa2f

HSI: nokia-modem: Add a space character for better code readability in nokia_modem_probe()

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/hsi/clients/nokia-modem.c
... ... @@ -179,7 +179,7 @@
179 179 }
180 180 enable_irq_wake(irq);
181 181  
182   - if(pm) {
  182 + if (pm) {
183 183 err = nokia_modem_gpio_probe(dev);
184 184 if (err < 0) {
185 185 dev_err(dev, "Could not probe GPIOs\n");