Commit f96f8df2 authored by Xenia Ragiadakou's avatar Xenia Ragiadakou Committed by Greg Kroah-Hartman
Browse files

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: default avatarXenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent feada066
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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,