From: Tony Cho <tony.cho@atmel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: <devel@driverdev.osuosl.org>, <austin.shin@atmel.com>,
<linux-wireless@vger.kernel.org>, <Nicolas.FERRE@atmel.com>,
<adel.noureldin@atmel.com>, <leo.kim@atmel.com>,
<adham.abozaeid@atmel.com>
Subject: Re: [PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
Date: Mon, 19 Oct 2015 10:32:10 +0900 [thread overview]
Message-ID: <5624481A.2050405@atmel.com> (raw)
In-Reply-To: <20151017045907.GA6504@kroah.com>
On 2015년 10월 17일 13:59, Greg KH wrote:
> On Fri, Oct 16, 2015 at 01:37:31PM +0900, Tony Cho wrote:
>> From: Leo Kim <leo.kim@atmel.com>
>>
>> This patch renames ssidLen of struct join_bss_param to ssid_len
>> to avoid CamelCase naming convention.
>>
>> Signed-off-by: Leo Kim <leo.kim@atmel.com>
>> Signed-off-by: Tony Cho <tony.cho@atmel.com>
>> ---
>> drivers/staging/wilc1000/host_interface.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
> Doesn't apply, I missed that you sent this as v2, why did you do that?
> What was wrong with v1?
This series of V2 includes Dan's suggestion, we don't have to add one blank line between malloc and null check if-statement.
In addition, some of global variables are declared as "static" because they are used in only one file so kbuild test robot indicated they had better be declared as "static".
So, I sent the series of them as V2. I can find the V1 of this series are already accepted so I will later make separate patch for them.
Thanks,
Tony.
> thanks,
>
> greg k-h
next prev parent reply other threads:[~2015-10-19 1:32 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-16 4:37 [PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param Tony Cho
2015-10-16 4:37 ` [PATCH V2 02/40] staging: wilc1000: rename u8NoaEnbaled " Tony Cho
2015-10-16 4:37 ` [PATCH V2 03/40] staging: wilc1000: rename u8OppEnable " Tony Cho
2015-10-16 4:37 ` [PATCH V2 04/40] staging: wilc1000: rename u8CtWindow " Tony Cho
2015-10-16 4:37 ` [PATCH V2 05/40] staging: wilc1000: rename u8Count " Tony Cho
2015-10-16 4:37 ` [PATCH V2 06/40] staging: wilc1000: rename u8Index " Tony Cho
2015-10-16 4:37 ` [PATCH V2 07/40] staging: wilc1000: rename au8Duration " Tony Cho
2015-10-16 4:37 ` [PATCH V2 08/40] staging: wilc1000: rename au8Interval " Tony Cho
2015-10-16 4:37 ` [PATCH V2 09/40] staging: wilc1000: rename au8StartTime " Tony Cho
2015-10-16 4:37 ` [PATCH V2 10/40] staging: wilc1000: remove unused variable gWFiDrvHandle Tony Cho
2015-10-16 4:37 ` [PATCH V2 11/40] staging: wilc1000: rename variable HostIFthreadHandler Tony Cho
2015-10-16 4:37 ` [PATCH V2 12/40] staging: wilc1000: rename variable gMsgQHostIF Tony Cho
2015-10-16 4:37 ` [PATCH V2 13/40] staging: wilc1000: rename variable hSemHostIFthrdEnd Tony Cho
2015-10-16 4:37 ` [PATCH V2 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle Tony Cho
2015-10-16 4:37 ` [PATCH V2 15/40] staging: wilc1000: rename variable hWaitResponse Tony Cho
2015-10-16 4:37 ` [PATCH V2 16/40] staging: wilc1000: rename variable hSemHostIntDeinit Tony Cho
2015-10-16 4:37 ` [PATCH V2 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI Tony Cho
2015-10-16 4:37 ` [PATCH v2 18/40] staging: wilc1000: rename variable gapu8RcvdAssocResp Tony Cho
2015-10-16 4:37 ` [PATCH V2 19/40] staging: wilc1000: rename variable gbScanWhileConnected Tony Cho
2015-10-16 4:37 ` [PATCH V2 20/40] staging: wilc1000: rename variable gs8Rssi Tony Cho
2015-10-16 4:37 ` [PATCH V2 21/40] staging: wilc1000: rename variable gs8lnkspd Tony Cho
2015-10-16 4:37 ` [PATCH V2 22/40] staging: wilc1000: rename variable gu8Chnl Tony Cho
2015-10-16 4:37 ` [PATCH V2 23/40] staging: wilc1000: rename variable gs8SetIP Tony Cho
2015-10-16 4:37 ` [PATCH V2 24/40] staging: wilc1000: rename variable gs8GetIP Tony Cho
2015-10-16 4:37 ` [PATCH V2 25/40] staging: wilc1000: rename variable gu32InactiveTime Tony Cho
2015-10-16 4:37 ` [PATCH V2 26/40] staging: wilc1000: rename variable gu8DelBcn Tony Cho
2015-10-16 4:37 ` [PATCH V2 27/40] staging: wilc1000: remove unused variable gu32WidConnRstHack Tony Cho
2015-10-16 4:37 ` [PATCH V2 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq Tony Cho
2015-10-16 4:37 ` [PATCH V2 29/40] staging: wilc1000: rename variable gu8FlushedInfoElemAsoc Tony Cho
2015-10-16 4:38 ` [PATCH V2 30/40] staging: wilc1000: rename variable gu8Flushed11iMode Tony Cho
2015-10-16 4:38 ` [PATCH V2 31/40] staging: wilc1000: rename variable gu8FlushedAuthType Tony Cho
2015-10-16 4:38 ` [PATCH V2 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize Tony Cho
2015-10-16 4:38 ` [PATCH V2 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize Tony Cho
2015-10-16 4:38 ` [PATCH V2 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler Tony Cho
2015-10-16 4:38 ` [PATCH V2 35/40] staging: wilc1000: rename variable s32Error Tony Cho
2015-10-16 4:38 ` [PATCH V2 36/40] staging: wilc1000: move variable clients_count Tony Cho
2015-10-16 4:38 ` [PATCH V2 37/40] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL Tony Cho
2015-10-16 4:38 ` [PATCH V2 38/40] staging: wilc1000: fixes unnecessary variable replacement Tony Cho
2015-10-16 4:38 ` [PATCH V2 39/40] staging: wilc1000: fixes alignment should match open parenthesis Tony Cho
2015-10-16 4:38 ` [PATCH V2 40/40] staging: wilc1000: fixes comparison to NULL could be written Tony Cho
2015-10-17 4:59 ` [PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param Greg KH
2015-10-19 1:32 ` Tony Cho [this message]
2015-10-19 15:09 ` Dan Carpenter
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=5624481A.2050405@atmel.com \
--to=tony.cho@atmel.com \
--cc=Nicolas.FERRE@atmel.com \
--cc=adel.noureldin@atmel.com \
--cc=adham.abozaeid@atmel.com \
--cc=austin.shin@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=leo.kim@atmel.com \
--cc=linux-wireless@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.