iavf: fix comments about old bit locks
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 27 Oct 2023 17:59:34 +0000 (10:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 22:35:48 +0000 (15:35 -0700)
commit77361cb9c1d6587d460215f096590e9d1f75f9f3
tree6c7677f19e9da9ab169d55f38fd63b7571026468
parent6479c975b20a7fe6ecacec3a60dc6f838ecee9d6
iavf: fix comments about old bit locks

Bit lock __IAVF_IN_CRITICAL_TASK does not exist anymore since commit
5ac49f3c2702 ("iavf: use mutexes for locking of critical sections").
Adjust the comments accordingly.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20231027175941.1340255-2-jacob.e.keller@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/iavf/iavf_main.c