net/enic: move arguments into struct
authorHyong Youb Kim <hyonkim@cisco.com>
Sat, 2 Mar 2019 10:42:46 +0000 (02:42 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Mar 2019 16:52:22 +0000 (17:52 +0100)
commit60c6acb43d3b3970ec077134662e210bf80c037e
treefe52128cd141d386369359a87f17c70f2fcb91a3
parent5af7af4d6b0c0e4a5842baaf373b7dbd04303ec2
net/enic: move arguments into struct

There are many copy_item functions, all with the same arguments, which
makes it difficult to add/change arguments. Move the arguments into a
struct to help subsequent commits that will add/fix features. Also
remove self-explanatory verbose comments for these local functions.

These changes are purely mechanical and have no impact on
functionalities.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
drivers/net/enic/enic_flow.c