diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2009-01-07 21:07:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 11:30:59 -0500 |
commit | d8220347da2a0639f5e1919a5af08f49cb37c24f (patch) | |
tree | 1cda3812db9b904412b5993d9e937381091c06ad /drivers/xen/xenbus/xenbus_client.c | |
parent | 96777fe7b042e5a5d0fe5fb861fcd6cd80ef9634 (diff) |
drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc
no argument named @xbt in xenbus_switch_state(), remove it.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/xen/xenbus/xenbus_client.c')
-rw-r--r-- | drivers/xen/xenbus/xenbus_client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/xenbus/xenbus_client.c b/drivers/xen/xenbus/xenbus_client.c index 9678b3e98c63..92a1ef80a288 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); | |||
136 | /** | 136 | /** |
137 | * xenbus_switch_state | 137 | * xenbus_switch_state |
138 | * @dev: xenbus device | 138 | * @dev: xenbus device |
139 | * @xbt: transaction handle | ||
140 | * @state: new state | 139 | * @state: new state |
141 | * | 140 | * |
142 | * Advertise in the store a change of the given driver to the given new_state. | 141 | * 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); | |||
267 | * @fmt: error message format | 266 | * @fmt: error message format |
268 | * | 267 | * |
269 | * Equivalent to xenbus_dev_error(dev, err, fmt, args), followed by | 268 | * Equivalent to xenbus_dev_error(dev, err, fmt, args), followed by |
270 | * xenbus_switch_state(dev, NULL, XenbusStateClosing) to schedule an orderly | 269 | * xenbus_switch_state(dev, XenbusStateClosing) to schedule an orderly |
271 | * closedown of this driver and its peer. | 270 | * closedown of this driver and its peer. |
272 | */ | 271 | */ |
273 | 272 | ||