projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc751a
)
staging: vt6655: remove unnecessary line breaks in function definition.
author
Danilo Alves
<daniloalves@riseup.net>
Sat, 7 Apr 2018 14:55:15 +0000
(11:55 -0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:23:36 +0000
(15:23 +0200)
This patch corrects the function definition style of CARDvSafeResetRx.
Issue found by checkpatch.
CHECK: Lines should not end with a '('
Signed-off-by: Danilo Alves <daniloalves@riseup.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/card.c
b/drivers/staging/vt6655/card.c
index ea0a4b57852c2219191a75192e3e6792f059c9d6..52e9e6b90b5679965f2b071feb7a33311376464a 100644
(file)
--- a/
drivers/staging/vt6655/card.c
+++ b/
drivers/staging/vt6655/card.c
@@
-557,10
+557,7
@@
CARDvSafeResetTx(
*
* Return Value: none
*/
-void
-CARDvSafeResetRx(
- struct vnt_private *priv
-)
+void CARDvSafeResetRx(struct vnt_private *priv)
{
unsigned int uu;
struct vnt_rx_desc *pDesc;