Skip to content

Commit

Permalink
HSI: nokia-modem: Add a space character for better code readability i…
Browse files Browse the repository at this point in the history
…n 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 <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
  • Loading branch information
elfring authored and sre committed Jun 8, 2017
1 parent 4e3b9ba commit 34b2486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hsi/clients/nokia-modem.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int nokia_modem_probe(struct device *dev)
}
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");
Expand Down

0 comments on commit 34b2486

Please sign in to comment.