mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 15:07:01 +07:00
0ea7e88d3f
In the function fm10k_xmit_frame_ring, we recently switched to using the skb_frag_size accessor instead of directly using the size member of the skb fragment. This made the for loop slightly harder to read because it created a very long line that is difficult to split up. Avoid this by using a local variable in the for loop, so that we do not have to break the line on an open parenthesis. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
||
---|---|---|
.. | ||
fm10k_common.c | ||
fm10k_common.h | ||
fm10k_dcbnl.c | ||
fm10k_debugfs.c | ||
fm10k_ethtool.c | ||
fm10k_iov.c | ||
fm10k_main.c | ||
fm10k_mbx.c | ||
fm10k_mbx.h | ||
fm10k_netdev.c | ||
fm10k_pci.c | ||
fm10k_pf.c | ||
fm10k_pf.h | ||
fm10k_tlv.c | ||
fm10k_tlv.h | ||
fm10k_type.h | ||
fm10k_vf.c | ||
fm10k_vf.h | ||
fm10k.h | ||
Makefile |