linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Cho <tony.cho@atmel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: <devel@driverdev.osuosl.org>, <linux-wireless@vger.kernel.org>,
	<johnny.kim@atmel.com>, <chris.park@atmel.com>,
	<rachel.kim@atmel.com>, <glen.lee@atmel.com>, <leo.kim@atmel.com>,
	<austin.shin@atmel.com>, <adel.noureldin@atmel.com>,
	<adham.abozaeid@atmel.com>, <Nicolas.FERRE@atmel.com>
Subject: Re: [PATCH v2 02/34] staging: wilc1000: remove typedef from the struct
Date: Mon, 21 Sep 2015 15:03:31 +0900	[thread overview]
Message-ID: <55FF9DB3.8040403@atmel.com> (raw)
In-Reply-To: <20150921055425.GA2514@kroah.com>



On 2015년 09월 21일 14:54, Greg KH wrote:
> On Mon, Sep 21, 2015 at 12:16:31PM +0900, Tony Cho wrote:
>> The Linux kernel coding style does not recommend to use typedef for the
>> structure. This patch removes typedef from the host_if_msg structure.
>>
>> Signed-off-by: Tony Cho <tony.cho@atmel.com>
>> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> This too is already in my tree, you don't have to resend it.

Understood, sorry for your inconvenience.

Thanks,

Tony.



  reply	other threads:[~2015-09-21  6:03 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-21  3:16 [PATCH v2 00/34] resending v2 for the patches of removing typedef Tony Cho
2015-09-21  3:16 ` [PATCH v2 01/34] staging: wilc1000: rename tstrHostIFmsg Tony Cho
2015-09-21  5:53   ` Greg KH
2015-09-21  3:16 ` [PATCH v2 02/34] staging: wilc1000: remove typedef from the struct Tony Cho
2015-09-21  5:54   ` Greg KH
2015-09-21  6:03     ` Tony Cho [this message]
2015-09-21  3:16 ` [PATCH v2 03/34] staging: wilc1000: rename strHostIFmsg Tony Cho
2015-09-21  3:16 ` [PATCH v2 04/34] staging: wilc1000: rename u16MsgId Tony Cho
2015-09-21  3:16 ` [PATCH v2 05/34] staging: wilc1000 remove typedef from the union Tony Cho
2015-09-21  3:16 ` [PATCH v2 06/34] staging: wilc1000: rename uniHostIFmsgBody Tony Cho
2015-09-21  3:16 ` [PATCH v2 07/34] staging: wilc1000: remove typedef from the struct tstrHostIFscanAttr Tony Cho
2015-09-21  3:16 ` [PATCH v2 08/34] staging: wilc1000: remove typedef from the struct tstrHostIFconnectAttr Tony Cho
2015-09-21  3:16 ` [PATCH v2 09/34] staging: wilc1000: remove typedef from the struct tstrRcvdNetworkInfo Tony Cho
2015-09-21  3:16 ` [PATCH v2 10/34] staging: wilc1000: remove typedef from the struct tstrRcvdGnrlAsyncInfo Tony Cho
2015-09-21  3:16 ` [PATCH v2 11/34] staging: wilc1000: remove typedef from the struct tstrHostIFkeyAttr Tony Cho
2015-09-21  3:16 ` [PATCH v2 12/34] staging: wilc1000: remove typedef from the struct tstrHostIFCfgParamAttr Tony Cho
2015-09-21  3:16 ` [PATCH v2 13/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetChan Tony Cho
2015-09-21  3:16 ` [PATCH v2 14/34] staging: wilc1000: remove typedef from the struct tstrHostIFGetChan Tony Cho
2015-09-21  3:16 ` [PATCH v2 15/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetBeacon Tony Cho
2015-09-21  3:16 ` [PATCH v2 16/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelBeacon Tony Cho
2015-09-21  3:16 ` [PATCH v2 17/34] staging: wilc1000: remove typedef from the struct tstrWILC_AddStaParam Tony Cho
2015-09-21  3:16 ` [PATCH v2 18/34] staging: wilc1000: remove typedef from the struct tstrTimerCb Tony Cho
2015-09-21  3:16 ` [PATCH v2 19/34] staging: wilc1000: remove typedef from the struct tstrHostIfPowerMgmtParam Tony Cho
2015-09-21  3:16 ` [PATCH v2 20/34] staging: wilc1000: remove typedef from the struct tstrHostIfStaInactiveT Tony Cho
2015-09-21  3:16 ` [PATCH v2 21/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetIPAddr Tony Cho
2015-09-21  3:16 ` [PATCH v2 22/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetDrvHandler Tony Cho
2015-09-21  3:16 ` [PATCH v2 23/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetMulti Tony Cho
2015-09-21  3:16 ` [PATCH v2 24/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetOperationMode Tony Cho
2015-09-21  3:16 ` [PATCH v2 25/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetMacAddress Tony Cho
2015-09-21  3:16 ` [PATCH v2 26/34] staging: wilc1000: remove typedef from the struct tstrHostIfGetMacAddress Tony Cho
2015-09-21  3:16 ` [PATCH v2 27/34] staging: wilc1000: remove typedef from the struct tstrHostIfBASessionInfo Tony Cho
2015-09-21  3:16 ` [PATCH v2 28/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelSta Tony Cho
2015-09-21  3:16 ` [PATCH v2 29/34] staging: wilc1000: remove typedef from the struct tstrHostIfRemainOnChan Tony Cho
2015-09-21  3:16 ` [PATCH v2 30/34] staging: wilc1000: remove typedef from the struct tstrHostIfRegisterFrame Tony Cho
2015-09-21  3:17 ` [PATCH v2 31/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelAllSta Tony Cho
2015-09-21  3:17 ` [PATCH v2 32/34] staging: wilc1000: remove unnecessary global variable Tony Cho
2015-09-21  3:17 ` [PATCH v2 33/34] staging: wilc1000: remove u32Intialized which is unnecessary Tony Cho
2015-09-21  3:17 ` [PATCH v2 34/34] staging: wilc1000: delete unnecessary comments and dead code Tony Cho

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=55FF9DB3.8040403@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=chris.park@atmel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=glen.lee@atmel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johnny.kim@atmel.com \
    --cc=leo.kim@atmel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rachel.kim@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).