i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flower
authorGustavo A R Silva <[email protected]>
Thu, 15 Feb 2018 17:44:35 +0000 (11:44 -0600)
committerJeff Kirsher <[email protected]>
Wed, 14 Mar 2018 19:22:13 +0000 (12:22 -0700)
commit20dd9147c96e0dfd628fe42840e8f8d5ccd077c5
tree403ef6e0a96e5e7a02a23c67d0bc3bd3ca6d9cbc
parent1f71e2b11ceed122343a0ec5c3c10fefb91c2838
i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flower

It seems this is a copy-paste error and that the proper variable to use
in this particular case is _src_ instead of _dst_.

Addresses-Coverity-ID: 1465282 ("Copy-paste error")
Fixes: 0075fa0fadd0 ("i40evf: Add support to apply cloud filters")
Signed-off-by: Gustavo A R Silva <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40evf/i40evf_main.c