From 0ab73837ad15e779265cd90bf21881aed1bef712 Mon Sep 17 00:00:00 2001 From: Sergei Zviagintsev Date: Tue, 13 Jan 2015 16:52:21 +0300 Subject: [PATCH] kdbus.h: fix kernel-doc for struct kdbus_cmd_recv Update kernel-doc according to 'reply' to 'msg' member name change which has been done in 9eec4fcfbbc7 ("kdbus.h: rename 'reply' to 'msg' in struct kdbus_cmd_recv"). --- kdbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdbus.h b/kdbus.h index c238d79..bcf6b63 100644 --- a/kdbus.h +++ b/kdbus.h @@ -554,7 +554,7 @@ enum kdbus_recv_return_flags { * -EOVERFLOW, this field will contain the number of * broadcast messages that have been lost since the * last call. - * @reply: Return storage for received message. + * @msg: Return storage for received message. * @items: Additional items for this command. * * This struct is used with the KDBUS_CMD_RECV ioctl. -- 2.34.1