mbox series

[bpf-next,0/2] xsk: improve code readability

Message ID 1588599232-24897-1-git-send-email-magnus.karlsson@intel.com
Headers show
Series xsk: improve code readability | expand

Message

Magnus Karlsson May 4, 2020, 1:33 p.m. UTC
This small series improves xsk code readibility by renaming two
variables in the first patch and removing one struct member that there
is no reason to keep around in the second patch. Basically small
things that were found in other series but not fixed there for one or
the other reason.

Thanks: Magnus

Magnus Karlsson (2):
  xsk: change two variable names for increased clarity
  xsk: remove unnecessary member in xdp_umem

 include/net/xdp_sock.h |  5 ++---
 net/xdp/xdp_umem.c     | 21 ++++++++++-----------
 net/xdp/xsk.c          |  8 ++++----
 net/xdp/xsk_queue.c    |  4 ++--
 net/xdp/xsk_queue.h    |  8 ++++----
 5 files changed, 22 insertions(+), 24 deletions(-)

--
2.7.4