2015-04-09 10:11:31

by Sergei Zviagintsev

[permalink] [raw]
Subject: [PATCH] kdbus: uapi: Fix kernel-doc for enum kdbus_send_flags

Signed-off-by: Sergei Zviagintsev <[email protected]>
---
include/uapi/linux/kdbus.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/kdbus.h b/include/uapi/linux/kdbus.h
index 2fe0a1c5056c..00a6e142c977 100644
--- a/include/uapi/linux/kdbus.h
+++ b/include/uapi/linux/kdbus.h
@@ -544,7 +544,7 @@ struct kdbus_msg_info {
* reply to this message. The
* KDBUS_CMD_SEND ioctl() will block
* until the reply is received, and
- * offset_reply in struct kdbus_msg will
+ * reply in struct kdbus_cmd_send will
* yield the offset in the sender's pool
* where the reply can be found.
* This flag is only valid if
--
1.8.3.1


2015-04-09 10:22:54

by Daniel Mack

[permalink] [raw]
Subject: Re: [PATCH] kdbus: uapi: Fix kernel-doc for enum kdbus_send_flags

On 04/09/2015 12:11 PM, Sergei Zviagintsev wrote:
> Signed-off-by: Sergei Zviagintsev <[email protected]>

Acked-by: Daniel Mack <[email protected]>

> ---
> include/uapi/linux/kdbus.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/kdbus.h b/include/uapi/linux/kdbus.h
> index 2fe0a1c5056c..00a6e142c977 100644
> --- a/include/uapi/linux/kdbus.h
> +++ b/include/uapi/linux/kdbus.h
> @@ -544,7 +544,7 @@ struct kdbus_msg_info {
> * reply to this message. The
> * KDBUS_CMD_SEND ioctl() will block
> * until the reply is received, and
> - * offset_reply in struct kdbus_msg will
> + * reply in struct kdbus_cmd_send will
> * yield the offset in the sender's pool
> * where the reply can be found.
> * This flag is only valid if
>

2015-04-10 11:44:26

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] kdbus: uapi: Fix kernel-doc for enum kdbus_send_flags

On Thu, Apr 09, 2015 at 01:11:01PM +0300, Sergei Zviagintsev wrote:
> Signed-off-by: Sergei Zviagintsev <[email protected]>
> Acked-by: Daniel Mack <[email protected]>
> ---
> include/uapi/linux/kdbus.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

greg k-h