* [PATCH v4] Staging: vt6655: Align a static function declaration
@ 2019-02-27 21:14 Madhumitha Prabakaran
2019-02-28 8:04 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Madhumitha Prabakaran @ 2019-02-27 21:14 UTC (permalink / raw)
To: forest, gregkh, outreachy-kernel; +Cc: Madhumitha Prabakaran
Align function arguments and function return type to improve
readability.
Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
---
Changes in v4
- Commit log and code diff is matching
Changes in v3
- Included driver name in subject line
Changes in v2
- Improved alignment of function declaration
- Modified subject line and commit log
---
drivers/staging/vt6655/card.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index 5c1034dec193..6ecbe925026d 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -61,7 +61,8 @@ static const unsigned short cwRXBCNTSFOff[MAX_RATE] = {
/*--------------------- Static Functions --------------------------*/
static void s_vCalculateOFDMRParameter(unsigned char byRate, u8 bb_type,
- unsigned char *pbyTxRate, unsigned char *pbyRsvTime);
+ unsigned char *pbyTxRate,
+ unsigned char *pbyRsvTime);
/*--------------------- Export Functions --------------------------*/
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v4] Staging: vt6655: Align a static function declaration
2019-02-27 21:14 [PATCH v4] Staging: vt6655: Align a static function declaration Madhumitha Prabakaran
@ 2019-02-28 8:04 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-02-28 8:04 UTC (permalink / raw)
To: Madhumitha Prabakaran; +Cc: forest, outreachy-kernel
On Wed, Feb 27, 2019 at 03:14:56PM -0600, Madhumitha Prabakaran wrote:
> Align function arguments and function return type to improve
> readability.
>
> Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
>
> ---
> Changes in v4
> - Commit log and code diff is matching
>
> Changes in v3
> - Included driver name in subject line
>
> Changes in v2
> - Improved alignment of function declaration
> - Modified subject line and commit log
> ---
> drivers/staging/vt6655/card.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
> index 5c1034dec193..6ecbe925026d 100644
> --- a/drivers/staging/vt6655/card.c
> +++ b/drivers/staging/vt6655/card.c
> @@ -61,7 +61,8 @@ static const unsigned short cwRXBCNTSFOff[MAX_RATE] = {
> /*--------------------- Static Functions --------------------------*/
>
> static void s_vCalculateOFDMRParameter(unsigned char byRate, u8 bb_type,
> - unsigned char *pbyTxRate, unsigned char *pbyRsvTime);
> + unsigned char *pbyTxRate,
> + unsigned char *pbyRsvTime);
>
This patch does not apply to my tree :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-28 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-27 21:14 [PATCH v4] Staging: vt6655: Align a static function declaration Madhumitha Prabakaran
2019-02-28 8:04 ` Greg KH
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.