diff options
author | Enrico Weigelt <[email protected]> | 2019-06-05 22:58:50 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-06-05 16:57:23 -0700 |
commit | 4546e44ca2ec6fa3ca971ab6de3ef382f17ed544 (patch) | |
tree | e05f60c382b45461a0a8a89ae38a727974dc6ca1 /net/unix/sysctl_net_unix.c | |
parent | 856e6d9f9dd223dea978f1300f7c26903b9f9f6d (diff) |
net: socket: drop unneeded likely() call around IS_ERR()
IS_ERR() already calls unlikely(), so this extra likely() call
around the !IS_ERR() is not needed.
Signed-off-by: Enrico Weigelt <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions