]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: use BIT macro to specify the cloud filter field flags
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 26 Aug 2019 18:16:55 +0000 (11:16 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2019 16:10:46 +0000 (09:10 -0700)
commit852bf5045612822c80dcd9b44b3db6fe4b6f5fd2
tree254359ce2c0398ea49b31b71edfd13e669c958a1
parentc84c8ffaa0a63fbff9cea6a7b1ec1c34b0a87741
i40e: use BIT macro to specify the cloud filter field flags

The macros used to specify the cloud filter fields are intended to be
individual bits. Declare them using the BIT() macro to make their
intention a little more clear.

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>
drivers/net/ethernet/intel/i40e/i40e.h