aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r819xU_cmdpkt.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-25 23:16:27 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-29 10:11:46 +0200
commit6b59fd408d1bc6bec8629ff49f55b96420bb6add (patch)
tree90e514ee194383da2f8cce4233edd975d6ff25ce /drivers/staging/rtl8192u/r819xU_cmdpkt.h
parentstaging:rtl8192u: Rename ISR_BcnTimerIntr - Style (diff)
downloadlinux-dev-6b59fd408d1bc6bec8629ff49f55b96420bb6add.tar.xz
linux-dev-6b59fd408d1bc6bec8629ff49f55b96420bb6add.zip
staging:rtl8192u: Remove multiple blank lines - Style
Remove multiple blank lines, raise a checkpatch issue. This is purely a coding style change which should not impact runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r819xU_cmdpkt.h')
-rw-r--r--drivers/staging/rtl8192u/r819xU_cmdpkt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.h b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
index 85f2ba5821ac..0eb6b2321c9c 100644
--- a/drivers/staging/rtl8192u/r819xU_cmdpkt.h
+++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
@@ -14,7 +14,6 @@
#define ISR_TX_BCN_ERR BIT(26) /* Transmit Beacon Error */
#define ISR_BCN_TIMER_INTR BIT(13) /* Beacon Timer Interrupt */
-
/* Define element ID of command packet. */
/*------------------------------Define structure----------------------------*/
@@ -65,7 +64,6 @@ typedef struct tag_cmd_pkt_interrupt_status {
u32 interrupt_status; /* Interrupt Status. */
} cmpk_intr_sta_t;
-
/* 3. TX side: Set configuration packet. */
typedef struct tag_cmd_pkt_set_configuration {
u8 element_id; /* Command packet type. */
@@ -191,5 +189,4 @@ u32 cmpk_message_handle_rx(struct net_device *dev,
rt_status SendTxCommandPacket(struct net_device *dev,
void *pData, u32 DataLen);
-
#endif