projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc62f81
)
staging: vt6655: remove additional blank line
author
Santha Meena Ramamoorthy
<
[email protected]
>
Sun, 18 Feb 2018 23:02:00 +0000
(15:02 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 19 Feb 2018 16:57:43 +0000
(17:57 +0100)
Remove extra blank line inside a function to conform to Linux
kernel coding style. Problem detected using checkpatch.
Signed-off-by: Santha Meena Ramamoorthy <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6655/rxtx.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/rxtx.c
b/drivers/staging/vt6655/rxtx.c
index 9aa4d5262aaa17bdf5319b4d3990ab34c83aa354..bea0b7f890616e8028a565ac6c0b7950b2335b68 100644
(file)
--- a/
drivers/staging/vt6655/rxtx.c
+++ b/
drivers/staging/vt6655/rxtx.c
@@
-1080,7
+1080,6
@@
s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType,
else if (fifo_ctl & FIFOCTL_AUTO_FB_1)
byFBOption = AUTO_FB_1;
-
/* Set RrvTime/RTS/CTS Buffer */
wTxBufSize = sizeof(struct vnt_tx_fifo_head);
if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) {/* 802.11g packet */