kmod/tools
Jan Engelhardt c1170883b4 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.
2013-08-09 12:01:10 -03:00
..
.gitignore tools: Use test/kmod instead of kmod-nolib 2013-07-02 21:15:54 -03:00
depmod.c depmod: add missing "else" clause 2013-08-09 12:01:10 -03:00
insmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
kmod.c tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
kmod.h tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
log.c Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
log.h Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
lsmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
modinfo.c Update copyright notices 2013-01-16 11:27:45 -02:00
modprobe.c modprobe: don't check refcount with remove command 2013-05-02 23:30:44 -03:00
rmmod.c rmmod: Teach rmmod about builtin modules 2013-03-18 11:16:50 -03:00
static-nodes.c static-nodes: create parent directories of output file 2013-07-15 12:46:12 -03:00