From ac678ec2f127fc02a93fff2c164e0b13a94a6abf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes --- modutils/modprobe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modutils/modprobe.c') diff --git a/modutils/modprobe.c b/modutils/modprobe.c index d6a9553..4c5e436 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -669,7 +669,8 @@ static int mod_process(const struct mod_list_t *list, int do_insert) * Check the matching between a pattern and a module name. * We need this as *_* is equivalent to *-*, even in pattern matching. */ -static int check_pattern(const char* pat_src, const char* mod_src) { +static int check_pattern(const char* pat_src, const char* mod_src) +{ int ret; if (ENABLE_FEATURE_MODPROBE_FANCY_ALIAS) { -- cgit v1.1