* [PATCH 1/6] drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc
@ 2008-11-08 8:23 Qinghuang Feng
0 siblings, 0 replies; only message in thread
From: Qinghuang Feng @ 2008-11-08 8:23 UTC (permalink / raw)
To: rdunlap; +Cc: jeremy, xen-devel, linux-kernel
no argument named @xbt in xenbus_switch_state(), remove it.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
---
diff --git a/drivers/xen/xenbus/xenbus_client.c b/drivers/xen/xenbus/xenbus_client.c
index 9678b3e..92a1ef8 100644
--- a/drivers/xen/xenbus/xenbus_client.c
+++ b/drivers/xen/xenbus/xenbus_client.c
@@ -136,7 +136,6 @@ EXPORT_SYMBOL_GPL(xenbus_watch_pathfmt);
/**
* xenbus_switch_state
* @dev: xenbus device
- * @xbt: transaction handle
* @state: new state
*
* Advertise in the store a change of the given driver to the given new_state.
@@ -267,7 +266,7 @@ EXPORT_SYMBOL_GPL(xenbus_dev_error);
* @fmt: error message format
*
* Equivalent to xenbus_dev_error(dev, err, fmt, args), followed by
- * xenbus_switch_state(dev, NULL, XenbusStateClosing) to schedule an orderly
+ * xenbus_switch_state(dev, XenbusStateClosing) to schedule an orderly
* closedown of this driver and its peer.
*/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-08 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 8:23 [PATCH 1/6] drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc Qinghuang Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox