From: Larry Finger <Larry.Finger@lwfinger.net>
To: Dave Jones <davej@redhat.com>,
gregkh@linuxfoundation.org,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: staging/rtl8188eu: pass channel list by reference instead of copying struct.
Date: Wed, 04 Sep 2013 22:05:28 -0500 [thread overview]
Message-ID: <5227F4F8.8080406@lwfinger.net> (raw)
In-Reply-To: <20130904234539.GA11208@redhat.com>
On 09/04/2013 06:45 PM, Dave Jones wrote:
> Signed-off-by: Dave Jones <davej@fedoraproject.org>
>
> diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> index 8b2ba26..4b2eb8e 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> @@ -1827,13 +1827,13 @@ unsigned int OnAction_back(struct adapter *padapter, union recv_frame *precv_fra
>
> #ifdef CONFIG_88EU_P2P
>
> -static int get_reg_classes_full_count(struct p2p_channels channel_list)
> +static int get_reg_classes_full_count(struct p2p_channels *channel_list)
> {
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
GregKH might want a [PATCH] in the subject, but the content of this patch is OK.
Thanks,
Larry
prev parent reply other threads:[~2013-09-05 3:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-04 23:45 staging/rtl8188eu: pass channel list by reference instead of copying struct Dave Jones
2013-09-05 3:05 ` Larry Finger [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=5227F4F8.8080406@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=davej@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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.