diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2017-01-13 02:59:39 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-04-06 08:47:30 +0300 |
commit | 469295578790150cf0ce3395bf815edce6e37fb1 (patch) | |
tree | 1df8e82e336e8b1fe85ed2a4eb7de7043ad7b02f /drivers/net/LICENSE.SRC | |
parent | 3ee7b3a3b9deb26278af308743ec927847c70366 (diff) | |
download | linux-469295578790150cf0ce3395bf815edce6e37fb1.tar.xz |
fm10k: future-proof state bitmaps using DECLARE_BITMAP
This ensures that future programmers do not have to remember to re-size
the bitmaps due to adding new values. Although this is unlikely for this
driver, it may happen and it's best to prevent it from ever being an
issue.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/LICENSE.SRC')
0 files changed, 0 insertions, 0 deletions