All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Ben Dooks <ben.dooks@codethink.co.uk>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kernel@lists.codethink.co.uk, bjorn@mork.no,
	steve.glendinning@shawell.net
Subject: [5/7] net: cdc_ether: add usbnet -> priv function
Date: Fri, 12 Oct 2018 12:20:24 +0200	[thread overview]
Message-ID: <20181012102024.GE27607@kroah.com> (raw)

On Fri, Oct 12, 2018 at 10:16:40AM +0100, Ben Dooks wrote:
> There are a number of places in the cdc drivers where it gets the
> private-data from the usbnet passed in. It would be sensible to have
> one inline function to convert it and change all points in the driver
> to use that.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Ben Dooks <ben.dooks@codethink.co.uk>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kernel@lists.codethink.co.uk, bjorn@mork.no,
	steve.glendinning@shawell.net
Subject: Re: [PATCH 5/7] net: cdc_ether: add usbnet -> priv function
Date: Fri, 12 Oct 2018 12:20:24 +0200	[thread overview]
Message-ID: <20181012102024.GE27607@kroah.com> (raw)
In-Reply-To: <20181012091642.21294-6-ben.dooks@codethink.co.uk>

On Fri, Oct 12, 2018 at 10:16:40AM +0100, Ben Dooks wrote:
> There are a number of places in the cdc drivers where it gets the
> private-data from the usbnet passed in. It would be sensible to have
> one inline function to convert it and change all points in the driver
> to use that.
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

             reply	other threads:[~2018-10-12 10:20 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-12 10:20 Greg Kroah-Hartman [this message]
2018-10-12 10:20 ` [PATCH 5/7] net: cdc_ether: add usbnet -> priv function Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2018-10-12 13:22 [4/7] net: qmi_wwan: " Ben Dooks
2018-10-12 13:22 ` [PATCH 4/7] " Ben Dooks
2018-10-12 10:44 [4/7] " Bjørn Mork
2018-10-12 10:44 ` [PATCH 4/7] " Bjørn Mork
2018-10-12 10:20 [7/7] net: usb: sr9800: " Greg Kroah-Hartman
2018-10-12 10:20 ` [PATCH 7/7] " Greg KH
2018-10-12 10:20 [6/7] net: huawei_cdc_ncm: " Greg Kroah-Hartman
2018-10-12 10:20 ` [PATCH 6/7] " Greg KH
2018-10-12 10:20 [3/7] net: usb: asix88179_178a: " Greg Kroah-Hartman
2018-10-12 10:20 ` [PATCH 3/7] " Greg KH
2018-10-12 10:20 [2/7] net: asix: " Greg Kroah-Hartman
2018-10-12 10:20 ` [PATCH 2/7] " Greg KH
2018-10-12 10:20 [4/7] net: qmi_wwan: " Greg Kroah-Hartman
2018-10-12 10:20 ` [PATCH 4/7] " Greg KH
2018-10-12 10:19 [1/7] net: smsc75xx: " Greg Kroah-Hartman
2018-10-12 10:19 ` [PATCH 1/7] " Greg KH
2018-10-12  9:16 [7/7] net: usb: sr9800: " Ben Dooks
2018-10-12  9:16 ` [PATCH 7/7] " Ben Dooks
2018-10-12  9:16 [6/7] net: huawei_cdc_ncm: " Ben Dooks
2018-10-12  9:16 ` [PATCH 6/7] " Ben Dooks
2018-10-12  9:16 [5/7] net: cdc_ether: " Ben Dooks
2018-10-12  9:16 ` [PATCH 5/7] " Ben Dooks
2018-10-12  9:16 [4/7] net: qmi_wwan: " Ben Dooks
2018-10-12  9:16 ` [PATCH 4/7] " Ben Dooks
2018-10-12  9:16 [3/7] net: usb: asix88179_178a: " Ben Dooks
2018-10-12  9:16 ` [PATCH 3/7] " Ben Dooks
2018-10-12  9:16 [2/7] net: asix: " Ben Dooks
2018-10-12  9:16 ` [PATCH 2/7] " Ben Dooks
2018-10-12  9:16 [1/7] net: smsc75xx: " Ben Dooks
2018-10-12  9:16 ` [PATCH 1/7] " Ben Dooks
2018-10-12  9:16 usbnet private-data accessor functions Ben Dooks
2018-10-12 15:38 ` Oliver Neukum

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=20181012102024.GE27607@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=bjorn@mork.no \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@lists.codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=steve.glendinning@shawell.net \
    /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.