From: Matt Jan Date: Fri, 9 Dec 2022 02:17:54 +0000 (+0800) Subject: staging: vme_user: add the spaces around the "*" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b486d7f6a18d158d800c3e6e52ba391bebfafdd;p=linux.git 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 Link: https://lore.kernel.org/r/20221209021756.5597-1-zoo868e@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vme_user/vme_bridge.h b/drivers/staging/vme_user/vme_bridge.h index 0bbefe9851d79..e17a8f7de1657 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 */