From: Greg KH <gregkh@linuxfoundation.org>
To: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Cc: forest@alittletooquiet.net, outreachy-kernel@googlegroups.com
Subject: Re: [PATCH v4] Staging: vt6655: Align a static function declaration
Date: Thu, 28 Feb 2019 09:04:19 +0100 [thread overview]
Message-ID: <20190228080419.GA1014@kroah.com> (raw)
In-Reply-To: <20190227211456.10231-1-madhumithabiw@gmail.com>
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 :(
prev parent reply other threads:[~2019-02-28 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-27 21:14 [PATCH v4] Staging: vt6655: Align a static function declaration Madhumitha Prabakaran
2019-02-28 8:04 ` Greg KH [this message]
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=20190228080419.GA1014@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=forest@alittletooquiet.net \
--cc=madhumithabiw@gmail.com \
--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.