netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-01
@ 2019-08-01 22:25 Jeff Kirsher
  2019-08-01 22:25 ` [net-next 01/11] fm10k: reduce scope of the err variable Jeff Kirsher
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Jeff Kirsher @ 2019-08-01 22:25 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series for fm10k, by Jake Keller, reduces the scope of local variables
where possible.

The following are changes since commit a8e600e2184f45c40025cbe4d7e8893b69378a9f:
  Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Jacob Keller (11):
  fm10k: reduce scope of the err variable
  fm10k: reduce scope of *p local variable
  fm10k: reduce the scope of qv local variable
  fm10k: reduce the scope of local err variable
  fm10k: reduce the scope of the q_idx local variable
  fm10k: reduce the scope of the tx_buffer variable
  fm10k: reduce the scope of the err variable
  fm10k: reduce the scope of the local i variable
  fm10k: reduce the scope of the local msg variable
  fm10k: reduce the scope of the result local variable
  fm10k: reduce scope of the ring variable

 drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c   | 6 +++---
 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c | 9 ++++-----
 drivers/net/ethernet/intel/fm10k/fm10k_iov.c     | 5 +++--
 drivers/net/ethernet/intel/fm10k/fm10k_main.c    | 9 +++++----
 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c     | 6 ++++--
 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c  | 8 ++++----
 drivers/net/ethernet/intel/fm10k/fm10k_pci.c     | 9 +++++----
 drivers/net/ethernet/intel/fm10k/fm10k_pf.c      | 3 +--
 8 files changed, 29 insertions(+), 26 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-03 17:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-01 22:25 [net-next 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-01 Jeff Kirsher
2019-08-01 22:25 ` [net-next 01/11] fm10k: reduce scope of the err variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 02/11] fm10k: reduce scope of *p local variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 03/11] fm10k: reduce the scope of qv " Jeff Kirsher
2019-08-01 22:25 ` [net-next 04/11] fm10k: reduce the scope of local err variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 05/11] fm10k: reduce the scope of the q_idx local variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 06/11] fm10k: reduce the scope of the tx_buffer variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 07/11] fm10k: reduce the scope of the err variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 08/11] fm10k: reduce the scope of the local i variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 09/11] fm10k: reduce the scope of the local msg variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 10/11] fm10k: reduce the scope of the result local variable Jeff Kirsher
2019-08-01 22:25 ` [net-next 11/11] fm10k: reduce scope of the ring variable Jeff Kirsher
2019-08-03 17:40 ` [net-next 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-01 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).