diff options
author | Sergei Zviagintsev <sergei@s15v.net> | 2015-04-09 13:11:01 +0300 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:48:42 +0900 |
commit | de44858522670bc60611b0234e58cd83c7b95b0c (patch) | |
tree | 6b379889eb5b820598ddabb9ce28e21ea4641cbf | |
parent | 545fb44e05bd6c2caac0252769449691565add4d (diff) |
kdbus: uapi: Fix kernel-doc for enum kdbus_send_flags
Signed-off-by: Sergei Zviagintsev <sergei@s15v.net>
Acked-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
-rw-r--r-- | include/uapi/linux/kdbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |