projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7f242
)
staging: vme_user: Add spaces around '*'
author
Soumya Negi
<soumya.negi97@gmail.com>
Fri, 13 Oct 2023 23:47:15 +0000
(16:47 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Oct 2023 16:21:18 +0000
(18:21 +0200)
Add space around * operator to adhere to Linux coding style. Issue found
by checkpatch.pl
Signed-off-by: Soumya Negi <soumya.negi97@gmail.com>
Link:
https://lore.kernel.org/r/81181dcc1ffa648f32cbe3c4ec8731e66349e450.1697240381.git.soumya.negi97@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vme_user/vme.h
b/drivers/staging/vme_user/vme.h
index faa9816046a90f9b5df76e0e17567a2f9f606ab6..fbcbd020445374f47784d46523b5006616ce304f 100644
(file)
--- a/
drivers/staging/vme_user/vme.h
+++ b/
drivers/staging/vme_user/vme.h
@@
-87,7
+87,7
@@
extern struct bus_type vme_bus_type;
#define VME_NUM_STATUSID 256
/* VME_MAX_BRIDGES comes from the type of vme_bus_numbers */
-#define VME_MAX_BRIDGES (sizeof(unsigned int)
*
8)
+#define VME_MAX_BRIDGES (sizeof(unsigned int)
*
8)
#define VME_MAX_SLOTS 32
#define VME_SLOT_CURRENT -1