kdbus.h: fix kernel-doc for struct kdbus_cmd_recv
authorSergei Zviagintsev <sergei@s15v.net>
Tue, 13 Jan 2015 13:52:21 +0000 (16:52 +0300)
committerDaniel Mack <daniel@zonque.org>
Tue, 13 Jan 2015 14:12:08 +0000 (15:12 +0100)
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

diff --git a/kdbus.h b/kdbus.h
index c238d79d589d5874cd98432674fa1aa3d8147932..bcf6b639a66465a00e7be2abf796822be74fa410 100644 (file)
--- 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.