staging: gdm724x: Add spaces around the '*' operator

This patch fixes the checkpatch.pl warning:
Spaces required around the '*' operator.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
sayli karnik 2016-09-12 17:13:09 +05:30 committed by Greg Kroah-Hartman
parent 4a2a867f5b
commit 601e59fa51
2 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@
#define START_FLAG 0xA512485A #define START_FLAG 0xA512485A
#define MUX_HEADER_SIZE 14 #define MUX_HEADER_SIZE 14
#define MUX_TX_MAX_SIZE (1024*10) #define MUX_TX_MAX_SIZE (1024 * 10)
#define MUX_RX_MAX_SIZE (1024*30) #define MUX_RX_MAX_SIZE (1024 * 30)
#define AT_PKT_TYPE 0xF011 #define AT_PKT_TYPE 0xF011
#define DM_PKT_TYPE 0xF010 #define DM_PKT_TYPE 0xF010

View File

@ -26,10 +26,10 @@
#define PM_SUSPEND 1 #define PM_SUSPEND 1
#define AUTO_SUSPEND_TIMER 5000 /* ms */ #define AUTO_SUSPEND_TIMER 5000 /* ms */
#define RX_BUF_SIZE (1024*32) #define RX_BUF_SIZE (1024 * 32)
#define TX_BUF_SIZE (1024*32) #define TX_BUF_SIZE (1024 * 32)
#define SDU_BUF_SIZE 2048 #define SDU_BUF_SIZE 2048
#define MAX_SDU_SIZE (1024*30) #define MAX_SDU_SIZE (1024 * 30)
#define MAX_PACKET_IN_MULTI_SDU 256 #define MAX_PACKET_IN_MULTI_SDU 256
#define VID_GCT 0x1076 #define VID_GCT 0x1076