]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: vt6655: Remove unnecessary blank line
authorMadhumitha Prabakaran <madhumithabiw@gmail.com>
Tue, 5 Mar 2019 22:48:25 +0000 (16:48 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:05:20 +0000 (07:05 +0100)
Fix the check issue provided by checkpatch.pl
CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/mac.c

index 4750863c1bb743012db7ed2e2b3d16f6e20b7494..40a8f1ce837c2ebfd822b3b18043ca7649e1be33 100644 (file)
@@ -593,7 +593,6 @@ void MACvSetCurrRx1DescAddr(struct vnt_private *priv, u32 curr_desc_addr)
        iowrite32(curr_desc_addr, io_base + MAC_REG_RXDMAPTR1);
        if (org_dma_ctl & DMACTL_RUN)
                iowrite8(DMACTL_RUN, io_base + MAC_REG_RXDMACTL1);
-
 }
 
 /*