linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: olteanv@gmail.com
Cc: f.fainelli@gmail.com, vivien.didelot@gmail.com, andrew@lunn.ch,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 net-next 00/12] NXP SJA1105 DSA driver
Date: Tue, 30 Apr 2019 23:44:25 -0400 (EDT)	[thread overview]
Message-ID: <20190430.234425.732219702361005278.davem@davemloft.net> (raw)
In-Reply-To: <20190429001706.7449-1-olteanv@gmail.com>

From: Vladimir Oltean <olteanv@gmail.com>
Date: Mon, 29 Apr 2019 03:16:54 +0300

> This patchset adds a DSA driver for the SPI-controlled NXP SJA1105
> switch.

This patch series adds many whitespace errors, which are all reported
by GIT when I try to apply your changes:

Applying: lib: Add support for generic packing operations
.git/rebase-apply/patch:176: new blank line at EOF.
+
.git/rebase-apply/patch:480: new blank line at EOF.
+
warning: 2 lines add whitespace errors.
Applying: net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch
.git/rebase-apply/patch:102: new blank line at EOF.
+
.git/rebase-apply/patch:117: new blank line at EOF.
+
.git/rebase-apply/patch:262: new blank line at EOF.
+
.git/rebase-apply/patch:867: new blank line at EOF.
+
.git/rebase-apply/patch:2905: new blank line at EOF.
+
warning: squelched 2 whitespace errors
warning: 7 lines add whitespace errors.
Applying: net: dsa: sja1105: Add support for FDB and MDB management
.git/rebase-apply/patch:81: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: net: dsa: sja1105: Error out if RGMII delays are requested in DT
Applying: ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
Applying: net: dsa: sja1105: Add support for VLAN operations
.git/rebase-apply/patch:359: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: net: dsa: sja1105: Add support for ethtool port counters
.git/rebase-apply/patch:474: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: net: dsa: sja1105: Add support for configuring address aging time
Applying: net: dsa: sja1105: Prevent PHY jabbering during switch reset
Applying: net: dsa: sja1105: Reject unsupported link modes for AN
Applying: Documentation: net: dsa: Add details about NXP SJA1105 driver
.git/rebase-apply/patch:200: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: dt-bindings: net: dsa: Add documentation for NXP SJA1105 driver
.git/rebase-apply/patch:178: new blank line at EOF.
+
warning: 1 line adds whitespace errors.

  parent reply	other threads:[~2019-05-01  3:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29  0:16 [PATCH v4 net-next 00/12] NXP SJA1105 DSA driver Vladimir Oltean
2019-04-29  0:16 ` [PATCH v4 net-next 01/12] lib: Add support for generic packing operations Vladimir Oltean
2019-04-29  0:16 ` [PATCH v4 net-next 02/12] net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch Vladimir Oltean
2019-04-29  0:16 ` [PATCH v4 net-next 03/12] net: dsa: sja1105: Add support for FDB and MDB management Vladimir Oltean
2019-04-29  0:16 ` [PATCH v4 net-next 04/12] net: dsa: sja1105: Error out if RGMII delays are requested in DT Vladimir Oltean
2019-04-29  0:16 ` [PATCH v4 net-next 05/12] ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging Vladimir Oltean
2019-04-29 22:18   ` Andrew Lunn
2019-04-29  0:17 ` [PATCH v4 net-next 06/12] net: dsa: sja1105: Add support for VLAN operations Vladimir Oltean
2019-04-29  0:17 ` [PATCH v4 net-next 07/12] net: dsa: sja1105: Add support for ethtool port counters Vladimir Oltean
2019-04-29  0:17 ` [PATCH v4 net-next 08/12] net: dsa: sja1105: Add support for configuring address aging time Vladimir Oltean
2019-04-29 22:21   ` Andrew Lunn
2019-04-29  0:17 ` [PATCH v4 net-next 09/12] net: dsa: sja1105: Prevent PHY jabbering during switch reset Vladimir Oltean
2019-04-29  0:17 ` [PATCH v4 net-next 10/12] net: dsa: sja1105: Reject unsupported link modes for AN Vladimir Oltean
2019-04-29  0:17 ` [PATCH v4 net-next 11/12] Documentation: net: dsa: Add details about NXP SJA1105 driver Vladimir Oltean
2019-04-29  0:17 ` [PATCH v4 net-next 12/12] dt-bindings: net: dsa: Add documentation for " Vladimir Oltean
2019-05-01  3:44 ` David Miller [this message]
2019-05-02 16:31   ` [PATCH v4 net-next 00/12] NXP SJA1105 DSA driver Vladimir Oltean
2019-05-02 16:55     ` Andrew Lunn
2019-05-02 17:05       ` Vladimir Oltean
2019-05-02 19:44     ` David Miller
2019-05-02 16:25 ` Vladimir Oltean

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=20190430.234425.732219702361005278.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=andrew@lunn.ch \
    --cc=f.fainelli@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=vivien.didelot@gmail.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).