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>
This commit is contained in:
Matt Jan 2022-12-09 10:17:54 +08:00 committed by Greg Kroah-Hartman
parent 5a77b84df7
commit 6b486d7f6a

View File

@ -4,7 +4,7 @@
#include "vme.h"
#define VME_CRCSR_BUF_SIZE (508*1024)
#define VME_CRCSR_BUF_SIZE (508 * 1024)
/*
* Resource structures
*/