From: Madhumthia Prabakaran <madhumithabiw@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>,
forest@alittletooquiet.net, outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH v3] Staging: vt6655: Alignment of static function declaration
Date: Wed, 27 Feb 2019 10:39:52 -0600 [thread overview]
Message-ID: <20190227163950.GA22354@madhuleo> (raw)
In-Reply-To: <20190227162834.GC23972@kroah.com>
On Wed, Feb 27, 2019 at 05:28:34PM +0100, Greg KH wrote:
> On Wed, Feb 27, 2019 at 10:01:48AM -0600, Madhumitha Prabakaran wrote:
> > Align function arguments and function return type to improve
> > readability.
> >
> > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > ---
> > 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 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
> > index 229137f29690..8d0182f5725c 100644
> > --- a/drivers/staging/vt6655/card.c
> > +++ b/drivers/staging/vt6655/card.c
> > @@ -62,7 +62,7 @@ static const unsigned short cwRXBCNTSFOff[MAX_RATE] = {
> >
> > static void s_vCalculateOFDMRParameter(unsigned char byRate, u8 bb_type,
> > unsigned char *pbyTxRate,
> > - unsigned char *pbyRsvTime)
> > + unsigned char *pbyRsvTime);
>
> The patch does not do what your changelog text says it is doing :(
I want to ensure whether you mean 'git diff' is not same as it is stated in commit log. I think, i didn't reset the commited patch and just edited the subject line. Please correct me, if I'm wrong
next prev parent reply other threads:[~2019-02-27 16:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-27 16:01 [PATCH v3] Staging: vt6655: Alignment of static function declaration Madhumitha Prabakaran
2019-02-27 16:28 ` [Outreachy kernel] " Greg KH
2019-02-27 16:39 ` Madhumthia Prabakaran [this message]
2019-02-27 16:42 ` Greg KH
2019-02-27 16:45 ` Madhumthia Prabakaran
2019-02-27 19:45 ` Julia Lawall
2019-02-27 19:50 ` Madhumthia Prabakaran
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=20190227163950.GA22354@madhuleo \
--to=madhumithabiw@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.