mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 00:29:36 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2a7f242e88
commit
2170f5bffb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user