aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1_netlink.h
diff options
context:
space:
mode:
authorDavid Fries <David@Fries.net>2014-01-15 23:29:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 18:40:18 -0500
commitb3be177a19f0f9e4f0deb473cef0e95e1254f2e9 (patch)
treee124f5b65942b7883fb2dcdc29e8e4ffca2625a7 /drivers/w1/w1_netlink.h
parenteb2c0da4ac2f4614b0bd3a1b6a0e9b82d0802e08 (diff)
w1: format for DocBook and fixes
Switch the code documentation format style to DocBook format, enable DocBook documentation generation, and fix some comments. Signed-off-by: David Fries <David@Fries.net> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/w1_netlink.h')
-rw-r--r--drivers/w1/w1_netlink.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/w1/w1_netlink.h b/drivers/w1/w1_netlink.h
index ea9f3e453621..1e9504e67650 100644
--- a/drivers/w1/w1_netlink.h
+++ b/drivers/w1/w1_netlink.h
@@ -27,7 +27,8 @@
27 27
28#include "w1.h" 28#include "w1.h"
29 29
30/** enum w1_netlink_message_types - message type 30/**
31 * enum w1_netlink_message_types - message type
31 * 32 *
32 * @W1_SLAVE_ADD: notification that a slave device was added 33 * @W1_SLAVE_ADD: notification that a slave device was added
33 * @W1_SLAVE_REMOVE: notification that a slave device was removed 34 * @W1_SLAVE_REMOVE: notification that a slave device was removed
@@ -63,7 +64,8 @@ struct w1_netlink_msg
63 __u8 data[0]; 64 __u8 data[0];
64}; 65};
65 66
66/** enum w1_commands - commands available for master or slave operations 67/**
68 * enum w1_commands - commands available for master or slave operations
67 * @W1_CMD_READ: read len bytes 69 * @W1_CMD_READ: read len bytes
68 * @W1_CMD_WRITE: write len bytes 70 * @W1_CMD_WRITE: write len bytes
69 * @W1_CMD_SEARCH: initiate a standard search, returns only the slave 71 * @W1_CMD_SEARCH: initiate a standard search, returns only the slave