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