projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42a4ac
)
staging: hp100: Add space around operator
author
Soumyajit Deb
<debsoumyajit100@gmail.com>
Wed, 25 Mar 2020 14:43:53 +0000
(20:13 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 25 Mar 2020 18:35:27 +0000
(19:35 +0100)
Add space around "-" operator to improve code readability and adhere to
the Linux kernel coding style.
Reported by checkpatch.pl
Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
Link:
https://lore.kernel.org/r/20200325144353.42655-1-debsoumyajit100@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hp/hp100.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hp/hp100.c
b/drivers/staging/hp/hp100.c
index 5402ff195fe92d7e9aa2af2aad0d5a20c9055f3e..5f04ad21cb22400e255113a40807d9e2cece5fea 100644
(file)
--- a/
drivers/staging/hp/hp100.c
+++ b/
drivers/staging/hp/hp100.c
@@
-2930,7
+2930,7
@@
MODULE_DESCRIPTION("HP CASCADE Architecture Driver for 100VG-AnyLan Network Adap
#if defined(MODULE) && defined(CONFIG_ISA)
#define HP100_DEVICES 5
/* Parameters set by insmod */
-static int hp100_port[HP100_DEVICES] = { 0, [1 ... (HP100_DEVICES
-
1)] = -1 };
+static int hp100_port[HP100_DEVICES] = { 0, [1 ... (HP100_DEVICES
-
1)] = -1 };
module_param_hw_array(hp100_port, int, ioport, NULL, 0);
/* List of devices */