diff options
author | 2020-12-10 09:55:49 +0100 | |
---|---|---|
committer | 2020-12-10 12:43:29 -0800 | |
commit | a10b24b83242c8f2a9813d7919a711b42d07f71d (patch) | |
tree | 111be93faa9f604610f604ef4da2d063225e454c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'hns3-next' (diff) | |
download | linux-dev-a10b24b83242c8f2a9813d7919a711b42d07f71d.tar.xz linux-dev-a10b24b83242c8f2a9813d7919a711b42d07f71d.zip |
vxlan: avoid double unlikely() notation when using IS_ERR()
The definition of IS_ERR() already applies the unlikely() notation
when checking the error status of the passed pointer. For this
reason there is no need to have the same notation outside of
IS_ERR() itself.
Clean up code by removing redundant notation.
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions