summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-modutils/util
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/insmod-modutils/util')
-rw-r--r--mdk-stage1/insmod-modutils/util/config.c2
-rw-r--r--mdk-stage1/insmod-modutils/util/modstat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/insmod-modutils/util/config.c b/mdk-stage1/insmod-modutils/util/config.c
index 7568d955f..778fe2b7f 100644
--- a/mdk-stage1/insmod-modutils/util/config.c
+++ b/mdk-stage1/insmod-modutils/util/config.c
@@ -1496,7 +1496,7 @@ static int config_add(const char *file, const struct stat *sb)
return 1; /* finish xftw */
}
}
- next:
+ next: ;
}
if (npaths > 0)
diff --git a/mdk-stage1/insmod-modutils/util/modstat.c b/mdk-stage1/insmod-modutils/util/modstat.c
index ad82306c0..142b5ba49 100644
--- a/mdk-stage1/insmod-modutils/util/modstat.c
+++ b/mdk-stage1/insmod-modutils/util/modstat.c
@@ -199,7 +199,7 @@ static int new_get_kernel_info(int type)
for (j = 0, s = syms; j < nsyms; ++j, ++s)
s->name += (unsigned long) syms;
}
- next:
+ next: ;
}
if (type & K_SYMBOLS) { /* Want info about symbols */