Rename a function parameter w to work.
Signed-off-by: MORITA Kazutaka <[email protected]>
---
sheep/group.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sheep/group.c b/sheep/group.c
index dbe3141..7d36d15 100644
--- a/sheep/group.c
+++ b/sheep/group.c
@@ -1258,7 +1258,7 @@ static void cpg_event_free(struct cpg_event *cevent)
static struct work cpg_event_work;
-static void cpg_event_fn(struct work *w, int idx)
+static void cpg_event_fn(struct work *work, int idx)
{
struct cpg_event *cevent = sys->cur_cevent;
@@ -1289,7 +1289,7 @@ static void cpg_event_fn(struct work *w, int idx)
}
}
-static void cpg_event_done(struct work *w, int idx)
+static void cpg_event_done(struct work *work, int idx)
{
struct cpg_event *cevent;
--
1.5.6.5
--
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog