]> git.baikalelectronics.ru Git - kernel.git/commit
virtchnl: use u8 type for a field in the virtchnl_filter struct
authorHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Mon, 20 Aug 2018 15:12:32 +0000 (08:12 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 30 Aug 2018 20:53:04 +0000 (13:53 -0700)
commit4dd55d4755cd41d91e02294ec4f48c9a4e932238
tree325a1c6d6946bf2db969d779e27e5da3b5725305
parent7396bc1b922d3a6bc201908571a0e60fd2ba1ddd
virtchnl: use u8 type for a field in the virtchnl_filter struct

The virtchnl_filter struct has a field called field_flags. A previous
commit mistakenly had the type to be a __u8. What we want is for the
field to be an unsigned 8 bit value, so let's just use the existing
kernel type u8 for that.

Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
include/linux/avf/virtchnl.h