From: Madhumthia Prabakaran <madhumithabiw@gmail.com>
To: Julia Lawall <julia.lawall@lip6.fr>, outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: vt6655: Remove an unused function
Date: Thu, 7 Mar 2019 09:24:55 -0600 [thread overview]
Message-ID: <20190307152453.GA20888@madhuleo> (raw)
In-Reply-To: <alpine.DEB.2.20.1903071420470.5181@hadrien>
On Thu, Mar 07, 2019 at 02:21:40PM +0100, Julia Lawall wrote:
>
>
> On Thu, 7 Mar 2019, Madhumitha Prabakaran wrote:
>
> > Remove an unused function to improve codebase.
> >
> > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > ---
> > drivers/staging/vt6655/mac.h | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
> > index 99de843b4551..59538ac09fc5 100644
> > --- a/drivers/staging/vt6655/mac.h
> > +++ b/drivers/staging/vt6655/mac.h
> > @@ -887,8 +887,6 @@ void MACvSetShortRetryLimit(struct vnt_private *priv,
> > unsigned char byRetryLimit);
> >
> > void MACvSetLongRetryLimit(struct vnt_private *priv, unsigned char byRetryLimit);
> > -void MACvGetLongRetryLimit(struct vnt_private *priv,
> > - unsigned char *pbyRetryLimit);
>
> This is the prototype of a function. Is there a definition somewhere? If
> so, it would be good to remove the definition at the same time.
>
> julia
>
> >
> > void MACvSetLoopbackMode(struct vnt_private *priv, unsigned char byLoopbackMode);
> >
> > --
> > 2.17.1
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190307124236.20430-1-madhumithabiw%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
There is no function definition in the code base. Do you I need to edit the commit log and resend it.
?
next prev parent reply other threads:[~2019-03-07 15:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-07 12:42 [PATCH] Staging: vt6655: Remove an unused function Madhumitha Prabakaran
2019-03-07 13:21 ` [Outreachy kernel] " Julia Lawall
2019-03-07 15:24 ` Madhumthia Prabakaran [this message]
2019-03-07 15:54 ` Madhumthia Prabakaran
2019-03-07 19:34 ` Julia Lawall
2019-03-07 19:28 ` Greg KH
2019-03-07 19:46 ` 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=20190307152453.GA20888@madhuleo \
--to=madhumithabiw@gmail.com \
--cc=julia.lawall@lip6.fr \
--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.