From: Rinkle Jain <rinklejain96@gmail.com>
To: forest@alittletooquiet.net, gregkh@linuxfoundation.org,
outreachy-kernel@googlegroups.com
Subject: [PATCH] staging: vt6655: Fix style violation for line ending in '('
Date: Sat, 3 Mar 2018 20:52:44 +0530 [thread overview]
Message-ID: <20180303152244.GA9913@tic-tac> (raw)
Replace line ending with '(' with function parameters to resolve
style issue found by checkpath.
Signed-off-by: Rinkle Jain <rinklejain96@gmail.com>
---
drivers/staging/vt6655/baseband.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index b8ee33dcb352..432b348c81e1 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -47,11 +47,10 @@
#define TOP_RATE_1M 0x00100000
unsigned int
-BBuGetFrameTime(
- unsigned char byPreambleType,
- unsigned char byPktType,
- unsigned int cbFrameLength,
- unsigned short wRate
+BBuGetFrameTime(unsigned char byPreambleType,
+ unsigned char byPktType,
+ unsigned int cbFrameLength,
+ unsigned short wRate
);
void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
--
2.14.3
next reply other threads:[~2018-03-03 15:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-03 15:22 Rinkle Jain [this message]
2018-03-03 15:26 ` [Outreachy kernel] [PATCH] staging: vt6655: Fix style violation for line ending in '(' Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180303152244.GA9913@tic-tac \
--to=rinklejain96@gmail.com \
--cc=forest@alittletooquiet.net \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.