]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/rdma/rdma_netlink.h
Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / include / rdma / rdma_netlink.h
index c369703fcd69cd8636f6b2fda8957ac644b28f76..70218e6b51871dda7e137b8db9a4df9ef9c00c79 100644 (file)
@@ -96,7 +96,7 @@ int rdma_nl_multicast(struct sk_buff *skb, unsigned int group, gfp_t flags);
 /**
  * Check if there are any listeners to the netlink group
  * @group: the netlink group ID
- * Returns 0 on success or a negative for no listeners.
+ * Returns true on success or false if no listeners.
  */
-int rdma_nl_chk_listeners(unsigned int group);
+bool rdma_nl_chk_listeners(unsigned int group);
 #endif /* _RDMA_NETLINK_H */