* [PATCH] staging: vt6655: remove unnecessary line breaks in function definition.
@ 2018-04-07 14:55 Danilo Alves
0 siblings, 0 replies; only message in thread
From: Danilo Alves @ 2018-04-07 14:55 UTC (permalink / raw)
To: Forest Bond; +Cc: devel, Greg Kroah-Hartman, linux-kernel
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>
---
drivers/staging/vt6655/card.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index ea0a4b57852c..52e9e6b90b56 100644
--- 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;
--
2.11.0
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-07 14:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07 14:55 [PATCH] staging: vt6655: remove unnecessary line breaks in function definition Danilo Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox