netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH repost net-next 0/3] qed*: Janitorial series [semantic & prints]
@ 2016-08-15  7:42 Yuval Mintz
  2016-08-15  7:42 ` [PATCH repost net-next 1/3] qed*: Semantic changes Yuval Mintz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yuval Mintz @ 2016-08-15  7:42 UTC (permalink / raw)
  To: davem, netdev; +Cc: Yuval Mintz

Hi Dave,

Some day 1 slips in coding style exist in the qed* code
[incorrect alignments, conditions using (== 0), etc.].
This series comes to address those, and do some additional
cosmetic changes along the way [such as reducing the number of lines
for function declerations].

The series is broken to 3 parts - purely semantic changes, cosmetic
changes that required minor changes in the code, and print-related
changes. All-in-all, no real change in driver behavior is expected.

[This is a repost; Original was sent when net-next closed].

Please consider applying this to `net-next'.

Thanks,
Yuval

Yuval Mintz (3):
  qed*: Semantic changes
  qed*: Trivial modifications
  qed*: Add and modify some prints

 drivers/net/ethernet/qlogic/qed/qed_cxt.c         |  47 ++---
 drivers/net/ethernet/qlogic/qed/qed_dev.c         | 115 +++++------
 drivers/net/ethernet/qlogic/qed/qed_hw.c          | 137 +++++-------
 drivers/net/ethernet/qlogic/qed/qed_init_ops.c    |  93 ++++-----
 drivers/net/ethernet/qlogic/qed/qed_int.c         | 132 +++++-------
 drivers/net/ethernet/qlogic/qed/qed_l2.c          | 241 ++++++++++------------
 drivers/net/ethernet/qlogic/qed/qed_main.c        |  34 +--
 drivers/net/ethernet/qlogic/qed/qed_mcp.c         |  78 +++----
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c |  15 +-
 drivers/net/ethernet/qlogic/qed/qed_spq.c         |  95 ++++-----
 drivers/net/ethernet/qlogic/qed/qed_sriov.c       |  56 +++--
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c   |   6 +-
 drivers/net/ethernet/qlogic/qede/qede_main.c      | 144 ++++++-------
 13 files changed, 484 insertions(+), 709 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-15 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15  7:42 [PATCH repost net-next 0/3] qed*: Janitorial series [semantic & prints] Yuval Mintz
2016-08-15  7:42 ` [PATCH repost net-next 1/3] qed*: Semantic changes Yuval Mintz
2016-08-15  7:42 ` [PATCH repost net-next 2/3] qed*: Trivial modifications Yuval Mintz
2016-08-15  7:42 ` [PATCH repost net-next 3/3] qed*: Add and modify some prints Yuval Mintz
2016-08-15 20:35 ` [PATCH repost net-next 0/3] qed*: Janitorial series [semantic & prints] David Miller

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).