netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: "Eliezer Tamir" <eliezer.tamir@linux.intel.com>
Cc: "David Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	"Linus Torvalds" <torvalds@linux-foundation.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Don Skidmore" <donald.c.skidmore@intel.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	e1000-devel@lists.sourceforge.net,
	"Eilon Greenstein" <eilong@broadcom.com>,
	"Amir Vadai" <amirv@mellanox.com>,
	"Eric Dumazet" <erdnetdev@gmail.com>,
	"Willem de Bruijn" <willemb@google.com>,
	"Eliezer Tamir" <eliezer@tamir.org.il>
Subject: Re: [PATCH net-next v2 1/3] net: rename include/net/ll_poll.h to include/net/busy_poll.h
Date: Wed, 10 Jul 2013 15:17:57 +0200	[thread overview]
Message-ID: <51DD5F05.6030206@broadcom.com> (raw)
In-Reply-To: <20130710121349.12906.85078.stgit@ladj378.jer.intel.com>

On 07/10/2013 02:13 PM, Eliezer Tamir wrote:
> Rename the file and correct all the places where it is included.
>
> Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
> ---
>
>   drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |    2
>   drivers/net/ethernet/intel/ixgbe/ixgbe.h        |    2
>   drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |    2
>   drivers/net/ethernet/mellanox/mlx4/en_rx.c      |    2
>   fs/select.c                                     |    2
>   include/net/busy_poll.h                         |  183 +++++++++++++++++++++++
>   include/net/ll_poll.h                           |  183 -----------------------
>   net/core/datagram.c                             |    2
>   net/core/sock.c                                 |    2
>   net/core/sysctl_net_core.c                      |    2
>   net/ipv4/tcp.c                                  |    2
>   net/ipv4/tcp_ipv4.c                             |    2
>   net/ipv4/udp.c                                  |    2
>   net/ipv6/tcp_ipv6.c                             |    2
>   net/ipv6/udp.c                                  |    2
>   net/socket.c                                    |    2
>   16 files changed, 197 insertions(+), 197 deletions(-)
>   create mode 100644 include/net/busy_poll.h
>   delete mode 100644 include/net/ll_poll.h

Did you use -M command line option with 'git format-patch'?

Gr. AvS

  parent reply	other threads:[~2013-07-10 13:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10 12:13 [PATCH net-next v2 1/3] net: rename include/net/ll_poll.h to include/net/busy_poll.h Eliezer Tamir
2013-07-10 12:13 ` [PATCH net-next v2 2/3] net: rename ll methods to busy-poll Eliezer Tamir
2013-07-10 12:14 ` [PATCH net-next v2 3/3] net: rename busy poll socket op and globals Eliezer Tamir
2013-07-10 13:17 ` Arend van Spriel [this message]
2013-07-10 14:00   ` [PATCH net-next v2 1/3] net: rename include/net/ll_poll.h to include/net/busy_poll.h Eliezer Tamir

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=51DD5F05.6030206@broadcom.com \
    --to=arend@broadcom.com \
    --cc=akpm@linux-foundation.org \
    --cc=amirv@mellanox.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=donald.c.skidmore@intel.com \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=eilong@broadcom.com \
    --cc=eliezer.tamir@linux.intel.com \
    --cc=eliezer@tamir.org.il \
    --cc=erdnetdev@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=willemb@google.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).