summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>2022-04-13 18:30:15 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2022-04-15 22:11:17 +0300
commit0fb53aabc5fcdf848ec7adc777baff25a1c6c335 (patch)
treef9774e1ed74bd5cbd26af73dced3190c2845c64d /drivers
parent4efad196163f4302c5cdc020899074b174eaf956 (diff)
downloadlinux-0fb53aabc5fcdf848ec7adc777baff25a1c6c335.tar.xz
xsk: Drop ternary operator from xskq_cons_has_entries
Simplify the mentioned helper function by removing ternary operator. The expression that is there outputs the boolean value by itself. This helper might be used in the hot path so this simplification can also be considered as micro optimization. Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20220413153015.453864-15-maciej.fijalkowski@intel.com
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions