[PATCH 6/10] dm: Remove explicit returns from void fns (fluff)

Joe Thornber (joe@fib011235813.fsnet.co.uk)
Wed, 8 Jan 2003 09:57:50 +0000


Remove explicit return at the end of a couple of void functions.
--- diff/drivers/md/dm-target.c 2003-01-02 11:26:27.000000000 +0000
+++ source/drivers/md/dm-target.c 2003-01-02 11:26:44.000000000 +0000
@@ -66,8 +66,6 @@

strcat(module_name, name);
request_module(module_name);
-
- return;
}

struct target_type *dm_get_target_type(const char *name)
@@ -161,7 +159,6 @@
static void io_err_dtr(struct dm_target *ti)
{
/* empty */
- return;
}

static int io_err_map(struct dm_target *ti, struct bio *bio)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/