]> 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)
commit0971df3b660aea772ffcbc8fa9aa26322ac35095
tree254359ce2c0398ea49b31b71edfd13e669c958a1
parentd8415bf715a5a1f44a33fe34b27753484db263d7
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