[PATCH 18/19] ieee1394: fix kerneldoc of hpsb_alloc_host

From: Stefan Richter
Date: Sun Jul 02 2006 - 19:28:21 EST


There was stuff between the comment and the function.

Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
---
When applied to -mm, this will have a conflict with a lock validator
annotations patch which currently lives in -mm. This is easy to
resolve but I will post this patch as an -mm version too.

Index: linux/drivers/ieee1394/hosts.c
===================================================================
--- linux.orig/drivers/ieee1394/hosts.c 2006-07-02 14:16:53.000000000 +0200
+++ linux/drivers/ieee1394/hosts.c 2006-07-02 14:17:54.000000000 +0200
@@ -90,6 +90,8 @@ static int alloc_hostnum_cb(struct hpsb_
return 0;
}

+static DEFINE_MUTEX(host_num_alloc);
+
/**
* hpsb_alloc_host - allocate a new host controller.
* @drv: the driver that will manage the host controller
@@ -105,8 +107,6 @@ static int alloc_hostnum_cb(struct hpsb_
* Return Value: a pointer to the &hpsb_host if successful, %NULL if
* no memory was available.
*/
-static DEFINE_MUTEX(host_num_alloc);
-
struct hpsb_host *hpsb_alloc_host(struct hpsb_host_driver *drv, size_t extra,
struct device *dev)
{


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/