summaryrefslogtreecommitdiff
path: root/drivers/staging/vme_user
diff options
context:
space:
mode:
authorSoumya Negi <soumya.negi97@gmail.com>2023-10-13 16:47:15 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-15 18:21:18 +0200
commit2170f5bffb12868ba3f2dc5dbf79cd87f9ac6fa6 (patch)
tree0cb7ee499d5ef501e151826b4cf749a02300e4b5 /drivers/staging/vme_user
parent2a7f242e88d1fb4bcebe92e38f57a4cbacf40f7c (diff)
staging: vme_user: Add spaces around '*'
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>
Diffstat (limited to 'drivers/staging/vme_user')
-rw-r--r--drivers/staging/vme_user/vme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vme_user/vme.h b/drivers/staging/vme_user/vme.h
index faa9816046a9..fbcbd0204453 100644
--- 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