public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Luca Ceresoli <luca@lucaceresoli.net>, devel@driverdev.osuosl.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Bhaktipriya Shridhar <bhaktipriya96@gmail.com>,
	Geliang Tang <geliangtang@163.com>,
	Jakub Sitnicki <jsitnicki@gmail.com>,
	Ivan Safonov <insafonov@gmail.com>,
	Kyle Kuffermann <kyle.kuffermann@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/6] rtl8188eu: declare internal function as static
Date: Sun, 28 Aug 2016 15:28:02 +0300	[thread overview]
Message-ID: <1472387282.4887.320.camel@linux.intel.com> (raw)
In-Reply-To: <1472301649-18694-3-git-send-email-luca@lucaceresoli.net>

On Sat, 2016-08-27 at 14:40 +0200, Luca Ceresoli wrote:

Put here few words _why_ you are doing this.
Perhaps, add output of sparse static analyzer.

> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Geliang Tang <geliangtang@163.com>
> Cc: Jakub Sitnicki <jsitnicki@gmail.com>
> Cc: Ivan Safonov <insafonov@gmail.com>
> Cc: Kyle Kuffermann <kyle.kuffermann@gmail.com>
> Cc: linux-kernel@vger.kernel.org
> ---
>  drivers/staging/rtl8188eu/core/rtw_recv.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c
> b/drivers/staging/rtl8188eu/core/rtw_recv.c
> index 977bb2532c3e..1063617b0ce4 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_recv.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_recv.c
> @@ -39,7 +39,7 @@ static u8 rtw_rfc1042_header[] = {
>         0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
>  };
>  
> -void rtw_signal_stat_timer_hdl(unsigned long data);
> +static void rtw_signal_stat_timer_hdl(unsigned long data);
>  
>  void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv)
>  {
> @@ -2088,7 +2088,7 @@ _recv_entry_drop:
>  	return ret;
>  }
>  
> -void rtw_signal_stat_timer_hdl(unsigned long data)
> +static void rtw_signal_stat_timer_hdl(unsigned long data)
>  {
>  	struct adapter *adapter = (struct adapter *)data;
>  	struct recv_priv *recvpriv = &adapter->recvpriv;

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

  reply	other threads:[~2016-08-28 12:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 12:40 [PATCH 1/6] rtl8723au: remove declaration of unimplemented functions Luca Ceresoli
2016-08-27 12:40 ` [PATCH 2/6] rtl8188eu: " Luca Ceresoli
2016-08-27 12:40 ` [PATCH 3/6] rtl8188eu: declare internal function as static Luca Ceresoli
2016-08-28 12:28   ` Andy Shevchenko [this message]
2016-08-28 15:07     ` Luca Ceresoli
2016-08-27 12:40 ` [PATCH 4/6] rtl8188eu: remove rtw_proc_init_one and rtw_proc_remove_one Luca Ceresoli
2016-08-27 12:40 ` [PATCH 5/6] rtl8188eu: remove useless include Luca Ceresoli
2016-08-27 12:40 ` [PATCH 6/6] rtl8188eu: remove unused debugging functions Luca Ceresoli
2016-09-01 15:42 ` [PATCH 1/6] rtl8723au: remove declaration of unimplemented functions Greg Kroah-Hartman

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=1472387282.4887.320.camel@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=bhaktipriya96@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=geliangtang@163.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=insafonov@gmail.com \
    --cc=jsitnicki@gmail.com \
    --cc=kyle.kuffermann@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luca@lucaceresoli.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox