Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1370261

[PATCH v3 0/5] macb: Codingstyle cleanups

From Moritz Fischer <moritz.fischer@ettus.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/5] macb: Codingstyle cleanups
Date 2016-04-03 19:30 +0200
Message-ID <rjU0y-6OT-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi all,

resending almost unchanged v2 here:

Changes from v2:
* Rebased onto net-next
* Changed 5th patches commit message
* Added Nicholas' and Michal's Acked-Bys

Changes from v1:
* Backed out variable scope changes
* Separated out ether_addr_copy into it's own commit
* Fixed typo in comments as suggested by Joe

Cheers,

    Moritz

Moritz Fischer (5):
  net: macb: Fix coding style error message
  net: macb: Fix coding style warnings
  net: macb: Fix coding style suggestions
  net: macb: Use ether_addr_copy over memcpy
  net: macb: Fix simple typo

 drivers/net/ethernet/cadence/macb.c | 152 ++++++++++++++++--------------------
 1 file changed, 69 insertions(+), 83 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/5] macb: Codingstyle cleanups Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  [PATCH v3 2/5] net: macb: Fix coding style warnings Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  [PATCH v3 5/5] net: macb: Fix simple typo Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  [PATCH v3 1/5] net: macb: Fix coding style error message Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  [PATCH v3 3/5] net: macb: Fix coding style suggestions Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  [PATCH v3 4/5] net: macb: Use ether_addr_copy over memcpy Moritz Fischer <moritz.fischer@ettus.com> - 2016-04-03 19:30 +0200
  Re: [PATCH v3 0/5] macb: Codingstyle cleanups David Miller <davem@davemloft.net> - 2016-04-04 22:20 +0200

csiph-web