walnux/net/netlink
Xiang Xiao 6f1c86d934 netlink: Fix the compiler warning in netlink_add_broadcast
netlink/netlink_conn.c: In function 'netlink_add_broadcast':
netlink/netlink_conn.c:319:45: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  319 |       if (conn->groups & (1 << (group - 1)) == 0)
      |                          ~~~~~~~~~~~~~~~~~~~^~~~
2020-04-16 11:49:40 -06:00
..
Kconfig Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Make.defs netlink: Remove the unused netlink_active 2020-04-10 08:18:07 -06:00
netlink.h netlink: replace the operation handle to connection 2020-04-16 17:39:37 +08:00
netlink_conn.c netlink: Fix the compiler warning in netlink_add_broadcast 2020-04-16 11:49:40 -06:00
netlink_notifier.c netlink: Return -EBUSY if some notifier was setup in netlink_notifier_setup 2020-04-10 08:18:07 -06:00
netlink_route.c netlink: replace the operation handle to connection 2020-04-16 17:39:37 +08:00
netlink_sockif.c netlink: replace the operation handle to connection 2020-04-16 17:39:37 +08:00