All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Schofield <amsfield22@gmail.com>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 4/4] staging: r8723au: remove external function declarations from .c file
Date: Sun, 25 Oct 2015 20:18:43 -0700	[thread overview]
Message-ID: <20151026031842.GC2104@Ubuntu-D830> (raw)
In-Reply-To: <alpine.DEB.2.02.1510250836210.2050@localhost6.localdomain6>

On Sun, Oct 25, 2015 at 08:36:42AM +0100, Julia Lawall wrote:
> On Sat, 24 Oct 2015, Alison Schofield wrote:
> 
> > Remove unused external function declarations.
> > 
> > Addresses checkpatch.pl:
> > WARNING: externs should be avoided in .c files
> > 
> > Signed-off-by: Alison Schofield <amsfield22@gmail.com>
> > ---
> >  drivers/staging/rtl8723au/core/rtw_efuse.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/drivers/staging/rtl8723au/core/rtw_efuse.c b/drivers/staging/rtl8723au/core/rtw_efuse.c
> > index bf27ea4..906b578 100644
> > --- a/drivers/staging/rtl8723au/core/rtw_efuse.c
> > +++ b/drivers/staging/rtl8723au/core/rtw_efuse.c
> > @@ -274,7 +274,6 @@ u8 EFUSE_Read1Byte23a(struct rtw_adapter *Adapter, u16 Address)
> >  }
> >  
> >  /* Copy from WMAC fot EFUSE write 1 byte. */
> > -void EFUSE_Write1Byte(struct rtw_adapter *Adapter, u16 Address, u8 Value);
> 
> Are these really external declarations?
> 
> julia
>

No, they are fwd declarations...guessing some artifact.  I'll update the 
commit msg and resend. Thanks. 

> >  void EFUSE_Write1Byte(struct rtw_adapter *Adapter, u16 Address, u8 Value)
> >  {
> >  	u8	Bytetemp = {0x00};
> > @@ -502,7 +501,6 @@ int rtw_BT_efuse_map_read23a(struct rtw_adapter *padapter,
> >  }
> >  
> >  /* Read All Efuse content */
> > -void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse);
> >  void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse)
> >  {
> >  	u16	mapLen = 0;
> > -- 
> > 2.1.4
> > 
> > -- 
> > 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/a039d39e612445309cc6263707209995cb3cc071.1445752141.git.amsfield22%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> > 


  reply	other threads:[~2015-10-26  3:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-25  6:04 [PATCH 0/4] staging: r8723au: clean up in file rtw_efuse.c Alison Schofield
2015-10-25  6:05 ` [PATCH 1/4] staging: r8723au: use kernel preferred style for commenting Alison Schofield
2015-10-25  6:09 ` [PATCH 2/4] staging: r8723au: insert correct spacing around operands Alison Schofield
2015-10-25  6:10 ` [PATCH 3/4] staging: r8723au: move function type in line with function name Alison Schofield
2015-10-25  6:11 ` [PATCH 4/4] staging: r8723au: remove external function declarations from .c file Alison Schofield
2015-10-25  7:36   ` [Outreachy kernel] " Julia Lawall
2015-10-26  3:18     ` Alison Schofield [this message]
2015-10-26 18:35 ` [PATCH v2 0/4] staging: r8723au: clean up in file rtw_efuse.c Alison Schofield
2015-10-26 18:36   ` [PATCH v2 1/4] staging: r8723au: use kernel preferred style for commenting Alison Schofield
2015-10-26 18:42   ` [PATCH v2 2/4] staging: r8723au: insert correct spacing around operands Alison Schofield
2015-10-26 18:43   ` [PATCH v2 3/4] staging: r8723au: move function type in line with function name Alison Schofield
2015-10-26 18:44   ` [PATCH v2 4/4] staging: r8723au: remove unneeded forward function declarations Alison Schofield

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=20151026031842.GC2104@Ubuntu-D830 \
    --to=amsfield22@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.