]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: add missing "else" clause
authorJan Engelhardt <jengelh@inai.de>
Wed, 7 Aug 2013 21:58:58 +0000 (23:58 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 9 Aug 2013 15:01:10 +0000 (12:01 -0300)
commitc1170883b4b42eadaddf951b3334286c6dfdf6e5
tree90669d6ff5a971dbb38ceb0a1472e300fa548da7
parent48a409644199d5efff6d966cd72ccc7f5a06c2a5
depmod: add missing "else" clause

It occurred to an openSUSE user that our mkinitrd would throw a
warning when used with kmod:

libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6

Grepping for the error message revealed that there might be a missing
"else" keyword here, since it is unusual to put an "if" directly after
closing brace.
libkmod/libkmod-config.c
tools/depmod.c