aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 22:32:04 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 22:32:04 +0000
commit318604b951e5f74ff9889274d82f908ac5818fac (patch)
treef1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /modutils
parent00f949b5504f0d5c5dc3bb02da393481980631eb (diff)
downloadbusybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.gz
busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.bz2
busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.zip
style fixes, no code changes
git-svn-id: svn://busybox.net/trunk/busybox@18461 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-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)
669 * Check the matching between a pattern and a module name. 669 * Check the matching between a pattern and a module name.
670 * We need this as *_* is equivalent to *-*, even in pattern matching. 670 * We need this as *_* is equivalent to *-*, even in pattern matching.
671 */ 671 */
672static int check_pattern(const char* pat_src, const char* mod_src) { 672static int check_pattern(const char* pat_src, const char* mod_src)
673{
673 int ret; 674 int ret;
674 675
675 if (ENABLE_FEATURE_MODPROBE_FANCY_ALIAS) { 676 if (ENABLE_FEATURE_MODPROBE_FANCY_ALIAS) {