mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
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:
parent
4a2a867f5b
commit
601e59fa51
@ -27,8 +27,8 @@
|
||||
|
||||
#define START_FLAG 0xA512485A
|
||||
#define MUX_HEADER_SIZE 14
|
||||
#define MUX_TX_MAX_SIZE (1024*10)
|
||||
#define MUX_RX_MAX_SIZE (1024*30)
|
||||
#define MUX_TX_MAX_SIZE (1024 * 10)
|
||||
#define MUX_RX_MAX_SIZE (1024 * 30)
|
||||
#define AT_PKT_TYPE 0xF011
|
||||
#define DM_PKT_TYPE 0xF010
|
||||
|
||||
|
@ -26,10 +26,10 @@
|
||||
#define PM_SUSPEND 1
|
||||
#define AUTO_SUSPEND_TIMER 5000 /* ms */
|
||||
|
||||
#define RX_BUF_SIZE (1024*32)
|
||||
#define TX_BUF_SIZE (1024*32)
|
||||
#define RX_BUF_SIZE (1024 * 32)
|
||||
#define TX_BUF_SIZE (1024 * 32)
|
||||
#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 VID_GCT 0x1076
|
||||
|
Loading…
x
Reference in New Issue
Block a user