Commit 16dc3743 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman

staging: most: put spaces around operator

This patch puts spaces around the asterisk operator. It is needed to
prevent checkpatch from reporting an issue.
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9ac23b34
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
#define MLB_CAT 0x80 #define MLB_CAT 0x80
#define AHB_CAT 0x88 #define AHB_CAT 0x88
#define DBR_SIZE (16*1024) /* specified by IP */ #define DBR_SIZE (16 * 1024) /* specified by IP */
#define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE) #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE)
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#define MAX_BUFFERS_PACKET 32 #define MAX_BUFFERS_PACKET 32
#define MAX_BUFFERS_STREAMING 32 #define MAX_BUFFERS_STREAMING 32
#define MAX_BUF_SIZE_PACKET 2048 #define MAX_BUF_SIZE_PACKET 2048
#define MAX_BUF_SIZE_STREAMING (8*1024) #define MAX_BUF_SIZE_STREAMING (8 * 1024)
/* command line parameter to select clock speed */ /* command line parameter to select clock speed */
static char *clock_speed; static char *clock_speed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment