Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r--modutils/modprobe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index d6a9553d5..4c5e43656 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) {