All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/6] staging: vt6656: rxtx: Remove unneccessary blank lines
@ 2016-09-14 22:16 Namrata A Shettar
  0 siblings, 0 replies; only message in thread
From: Namrata A Shettar @ 2016-09-14 22:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Malcolm Priestley, Alison Schofield,
	maomao xu, Othmar Pasteka, Parth Sane, Wolfram Sang,
	outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 1500 bytes --]

This patch fixes checkpatch issue, removing unneccessary blank lines.

Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
---
 drivers/staging/vt6656/rxtx.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c
index aa59e7f..a8553e3a 100644
--- a/drivers/staging/vt6656/rxtx.c
+++ b/drivers/staging/vt6656/rxtx.c
@@ -263,7 +263,6 @@ static u16 vnt_mac_hdr_pos(struct vnt_usb_send_context
*tx_context,
 static u16 vnt_rxtx_datahead_g(struct vnt_usb_send_context *tx_context,
                               struct vnt_tx_datahead_g *buf)
 {
-
        struct vnt_private *priv = tx_context->priv;
        struct ieee80211_hdr *hdr =
                                (struct ieee80211_hdr
*)tx_context->skb->data;
@@ -687,7 +686,6 @@ static u16 vnt_generate_tx_parameter(struct
vnt_usb_send_context *tx_context,
        struct vnt_mic_hdr **mic_hdr, u32 need_mic,
        bool need_rts)
 {
-
        if (tx_context->pkt_type == PK_TYPE_11GB ||
            tx_context->pkt_type == PK_TYPE_11GA) {
                if (need_rts) {
@@ -774,14 +772,12 @@ static void vnt_fill_txkey(struct
vnt_usb_send_context *tx_context,
                if (ieee80211_has_a4(hdr->frame_control))
                        ether_addr_copy(mic_hdr->addr4, hdr->addr4);

-
                memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP);

                break;
        }
-
 }

int vnt_tx_packet(struct vnt_private *priv, struct sk_buff *skb)

--
2.7.4

[-- Attachment #2: Type: text/html, Size: 2135 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-14 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 22:16 [PATCH 5/6] staging: vt6656: rxtx: Remove unneccessary blank lines Namrata A Shettar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.