staging: most: put spaces around operator
authorChristian Gromm <christian.gromm@microchip.com>
Wed, 21 Oct 2015 15:50:40 +0000 (17:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:08:16 +0000 (19:08 -0700)
This patch puts spaces around the asterisk operator. It is needed to
prevent checkpatch from reporting an issue.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-dim2/dim2_hal.c
drivers/staging/most/hdm-dim2/dim2_hdm.c

index 6440d0ab2af4c047561dad58bd7391ac0211ac5b..4c1104de36fee2c9b220b72acaf4122dee82df31 100644 (file)
@@ -58,7 +58,7 @@
 #define MLB_CAT 0x80
 #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)
 
 /* -------------------------------------------------------------------------- */
index 58a85146b429b45021af3cda9eb2eb2001fe2d16..c912a6e1159b8ffc5837dc674c6038b079df7a0f 100644 (file)
@@ -37,7 +37,7 @@
 #define MAX_BUFFERS_PACKET      32
 #define MAX_BUFFERS_STREAMING   32
 #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 */
 static char *clock_speed;