From 8473f6544ec84135ce1f4eb8a3f7144a53fe70bb Mon Sep 17 00:00:00 2001 From: Devendra Naga Date: Tue, 8 Jan 2013 12:52:33 -0500 Subject: [PATCH] staging: vt6655: checkpatch fixes put opening brace in a new line 4 ---> 8 spaces Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/device.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h index 1a077f9..64d923c 100644 --- a/drivers/staging/vt6655/device.h +++ b/drivers/staging/vt6655/device.h @@ -881,8 +881,9 @@ inline static bool device_get_ip(PSDevice pInfo) { -static inline PDEVICE_RD_INFO alloc_rd_info(void) { - return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC); +static inline PDEVICE_RD_INFO alloc_rd_info(void) +{ + return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC); } static inline PDEVICE_TD_INFO alloc_td_info(void) { -- 2.7.4