summaryrefslogtreecommitdiff
path: root/drivers/staging/vme_user
diff options
context:
space:
mode:
authorMatt Jan <zoo868e@gmail.com>2022-12-09 10:17:54 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-17 19:18:44 +0100
commit6b486d7f6a18d158d800c3e6e52ba391bebfafdd (patch)
tree8ea2bcc7a5503526c6f856dee36822ee3f5ee62c /drivers/staging/vme_user
parent5a77b84df79e639fbe1045b53267413fbf2c5a93 (diff)
staging: vme_user: add the spaces around the "*"
Add a space around the "*" at vme_bridge.h to clear up a checkpatch check. Signed-off-by: Matt Jan <zoo868e@gmail.com> Link: https://lore.kernel.org/r/20221209021756.5597-1-zoo868e@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_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vme_user/vme_bridge.h b/drivers/staging/vme_user/vme_bridge.h
index 0bbefe9851d7..e17a8f7de165 100644
--- a/drivers/staging/vme_user/vme_bridge.h
+++ b/drivers/staging/vme_user/vme_bridge.h
@@ -4,7 +4,7 @@
#include "vme.h"
-#define VME_CRCSR_BUF_SIZE (508*1024)
+#define VME_CRCSR_BUF_SIZE (508 * 1024)
/*
* Resource structures
*/