From 541f9eb1e52983c876d04abb094bd082e830c0b4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 27 Dec 2013 00:48:45 +0100 Subject: [PATCH] kdbus.h: fix kernel doc --- kdbus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kdbus.h b/kdbus.h index f6423c9..c59bdd8 100644 --- a/kdbus.h +++ b/kdbus.h @@ -467,7 +467,8 @@ enum kdbus_attach_flags { * @id: The ID of this connection (kernel → userspace) * @bloom_size: The bloom filter size chosen by the owner * (kernel → userspace) - * @pool_size: Maximum size of the pool buffer (kernel → userspace) + * @pool_size: Size of the connection's buffer where the received + * messages are placed * @id128: Unique 128-bit ID of the bus (kernel → userspace) * @items: A list of items * -- 2.34.1