linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 03/34] staging: wilc1000: rename strHostIFmsg
Date: Fri, 18 Sep 2015 20:00:06 -0700	[thread overview]
Message-ID: <20150919030006.GA28582@kroah.com> (raw)
In-Reply-To: <1442567496-29331-3-git-send-email-tony.cho@atmel.com>

On Fri, Sep 18, 2015 at 06:11:05PM +0900, Tony Cho wrote:
> This patch changes the name, strHostIFmsg simply to msg because the
> camelcase notation is not recommended in Linux.
> 
> Signed-off-by: Tony Cho <tony.cho@atmel.com>

Because of the other patches I didn't accept, and I think because of
patches that community members sent in, this patch doesn't apply
(patches 1 and 2 I had to do by hand, but I don't want to keep doing
that...)

So can you rebase this series on my staging-testing branch and resend
them?

thanks,

greg k-h

  reply	other threads:[~2015-09-19  4:59 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-18  9:11 [PATCH 01/34] staging: wilc1000: rename tstrHostIFmsg Tony Cho
2015-09-18  9:11 ` [PATCH 02/34] staging: wilc1000: remove typedef from the struct Tony Cho
2015-09-18  9:11 ` [PATCH 03/34] staging: wilc1000: rename strHostIFmsg Tony Cho
2015-09-19  3:00   ` Greg KH [this message]
2015-09-21  1:53     ` Tony Cho
2015-09-18  9:11 ` [PATCH 04/34] staging: wilc1000: rename u16MsgId Tony Cho
2015-09-18  9:11 ` [PATCH 05/34] staging: wilc1000 remove typedef from the union Tony Cho
2015-09-18  9:11 ` [PATCH 06/34] staging: wilc1000: rename uniHostIFmsgBody Tony Cho
2015-09-18  9:11 ` [PATCH 07/34] staging: wilc1000: remove typedef from the struct tstrHostIFscanAttr Tony Cho
2015-09-18  9:11 ` [PATCH 08/34] staging: wilc1000: remove typedef from the struct tstrHostIFconnectAttr Tony Cho
2015-09-18  9:11 ` [PATCH 09/34] staging: wilc1000: remove typedef from the struct tstrRcvdNetworkInfo Tony Cho
2015-09-18  9:11 ` [PATCH 10/34] staging: wilc1000: remove typedef from the struct tstrRcvdGnrlAsyncInfo Tony Cho
2015-09-18  9:11 ` [PATCH 11/34] staging: wilc1000: remove typedef from the struct tstrHostIFkeyAttr Tony Cho
2015-09-18  9:11 ` [PATCH 12/34] staging: wilc1000: remove typedef from the struct tstrHostIFCfgParamAttr Tony Cho
2015-09-18  9:11 ` [PATCH 13/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetChan Tony Cho
2015-09-18  9:11 ` [PATCH 14/34] staging: wilc1000: remove typedef from the struct tstrHostIFGetChan Tony Cho
2015-09-18  9:11 ` [PATCH 15/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetBeacon Tony Cho
2015-09-18  9:11 ` [PATCH 16/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelBeacon Tony Cho
2015-09-18  9:11 ` [PATCH 17/34] staging: wilc1000: remove typedef from the struct tstrWILC_AddStaParam Tony Cho
2015-09-18  9:11 ` [PATCH 18/34] staging: wilc1000: remove typedef from the struct tstrTimerCb Tony Cho
2015-09-18  9:11 ` [PATCH 19/34] staging: wilc1000: remove typedef from the struct tstrHostIfPowerMgmtParam Tony Cho
2015-09-18  9:11 ` [PATCH 20/34] staging: wilc1000: remove typedef from the struct tstrHostIfStaInactiveT Tony Cho
2015-09-18  9:11 ` [PATCH 21/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetIPAddr Tony Cho
2015-09-18  9:11 ` [PATCH 22/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetDrvHandler Tony Cho
2015-09-18  9:11 ` [PATCH 23/34] staging: wilc1000: remove typedef from the struct tstrHostIFSetMulti Tony Cho
2015-09-18  9:11 ` [PATCH 24/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetOperationMode Tony Cho
2015-09-18  9:11 ` [PATCH 25/34] staging: wilc1000: remove typedef from the struct tstrHostIfSetMacAddress Tony Cho
2015-09-18  9:11 ` [PATCH 26/34] staging: wilc1000: remove typedef from the struct tstrHostIfGetMacAddress Tony Cho
2015-09-18  9:11 ` [PATCH 27/34] staging: wilc1000: remove typedef from the struct tstrHostIfBASessionInfo Tony Cho
2015-09-18  9:11 ` [PATCH 28/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelSta Tony Cho
2015-09-18  9:11 ` [PATCH 29/34] staging: wilc1000: remove typedef from the struct tstrHostIfRemainOnChan Tony Cho
2015-09-18  9:11 ` [PATCH 30/34] staging: wilc1000: remove typedef from the struct tstrHostIfRegisterFrame Tony Cho
2015-09-18  9:11 ` [PATCH 31/34] staging: wilc1000: remove typedef from the struct tstrHostIFDelAllSta Tony Cho
2015-09-18  9:11 ` [PATCH 32/34] staging: wilc1000: remove unnecessary global variable Tony Cho
2015-09-18  9:11 ` [PATCH 33/34] staging: wilc1000: remove u32Intialized which is unnecessary Tony Cho
2015-09-18  9:11 ` [PATCH 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=20150919030006.GA28582@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 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).