From: Xenia Ragiadakou Date: Thu, 10 Oct 2013 07:43:54 +0000 (+0300) Subject: staging: rtl8192u: fix open brace position in r819xU_cmdpkt.h X-Git-Tag: v3.13-rc1~170^2~324 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f96f8df28c92ac212541ff434f15381abd0d01c5;p=platform%2Fkernel%2Flinux-exynos.git staging: rtl8192u: fix open brace position in r819xU_cmdpkt.h This patch fixes the following checkpatch warning and error: WARNING: missing space after enum definition ERROR: open brace '{' following enum go on the same line Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.h b/drivers/staging/rtl8192u/r819xU_cmdpkt.h index 9a7b6f6e..6f21381 100644 --- a/drivers/staging/rtl8192u/r819xU_cmdpkt.h +++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.h @@ -163,8 +163,7 @@ typedef struct tag_tx_rate_history { } __attribute__((packed)) cmpk_tx_rahis_t; -typedef enum tag_command_packet_directories -{ +typedef enum tag_command_packet_directories { RX_TX_FEEDBACK = 0, RX_INTERRUPT_STATUS = 1, TX_SET_CONFIG = 2, @@ -176,7 +175,7 @@ typedef enum tag_command_packet_directories RX_CMD_ELE_MAX } cmpk_element_e; -typedef enum _rt_status{ +typedef enum _rt_status { RT_STATUS_SUCCESS, RT_STATUS_FAILURE, RT_STATUS_PENDING,