From: Greg KH <gregkh@linuxfoundation.org>
To: Tony Cho <tony.cho@atmel.com>
Cc: devel@driverdev.osuosl.org, rachel.kim@atmel.com,
chris.park@atmel.com, austin.shin@atmel.com,
linux-wireless@vger.kernel.org, johnny.kim@atmel.com,
Nicolas.FERRE@atmel.com, adel.noureldin@atmel.com,
leo.kim@atmel.com, adham.abozaeid@atmel.com
Subject: Re: [PATCH 01/11] staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv
Date: Thu, 8 Oct 2015 11:03:42 +0100 [thread overview]
Message-ID: <20151008100342.GA22739@kroah.com> (raw)
In-Reply-To: <1444295456-25818-1-git-send-email-tony.cho@atmel.com>
On Thu, Oct 08, 2015 at 06:10:46PM +0900, Tony Cho wrote:
> This patch replaces the variable names of struct host_if_drv used as the
> functions' input parameter, drvHandler and hWFIDrv with hif_drv. In
> addition, the local variable declared in many functions, pstrWFIDrv is
> removed and hif_drv is directly used. A debug message printing pstrWFIDrv is
> deleted while removing the local variable because it is not useful as well.
>
> Signed-off-by: Tony Cho <tony.cho@atmel.com>
> ---
> drivers/staging/wilc1000/host_interface.c | 1264 +++++++++++++----------------
> 1 file changed, 573 insertions(+), 691 deletions(-)
And of course, this one didn't apply either :(
prev parent reply other threads:[~2015-10-08 10:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-08 9:10 [PATCH 01/11] staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv Tony Cho
2015-10-08 9:10 ` [PATCH 02/11] staging: wilc1000: rename pstrCfgParamVal in struct cfg_param_attr Tony Cho
2015-10-08 9:10 ` [PATCH 03/11] staging: wilc1000: rename u32SetCfgFlag of struct cfg_param_val Tony Cho
2015-10-08 9:10 ` [PATCH 04/11] staging: wilc1000: rename strHostIFwepAttr of union host_if_key_attr Tony Cho
2015-10-08 9:10 ` [PATCH 05/11] staging: wilc1000: rename strHostIFwpaAttr " Tony Cho
2015-10-08 9:10 ` [PATCH 06/11] staging: wilc1000: rename strHostIFpmkidAttr " Tony Cho
2015-10-08 9:10 ` [PATCH 07/11] staging: wilc1000: rename pu8WepKey of struct host_if_wep_attr Tony Cho
2015-10-08 9:10 ` [PATCH 08/11] staging: wilc1000: rename u8WepKeylen " Tony Cho
2015-10-08 9:10 ` [PATCH 09/11] staging: wilc1000: rename u8Wepidx " Tony Cho
2015-10-08 9:10 ` [PATCH 10/11] staging: wilc1000: rename u8mode " Tony Cho
2015-10-08 9:10 ` [PATCH 11/11] staging: wilc1000: rename tenuAuth_type " Tony Cho
2015-10-08 10:03 ` Greg KH [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=20151008100342.GA22739@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Nicolas.FERRE@atmel.com \
--cc=adel.noureldin@atmel.com \
--cc=adham.abozaeid@atmel.com \
--cc=austin.shin@atmel.com \
--cc=chris.park@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=johnny.kim@atmel.com \
--cc=leo.kim@atmel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=rachel.kim@atmel.com \
--cc=tony.cho@atmel.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.