[steven@spc1 testing-2.5]$ grep "different base types" build4 | grep "in argument" | wc -l
37
[steven@spc1 testing-2.5]$ grep "different base types" build5 | grep "in argument" | wc -l
4
[steven@spc1 testing-2.5]$ grep "different base types" build5 | grep "in argument"
warning: include/linux/mpage.h:24:40: incorrect type in argument 3 (different base types)
warning: include/linux/mpage.h:24:40: incorrect type in argument 3 (different base types)
warning: drivers/ide/ide.c:1872:26: incorrect type in argument 2 (different base types)
warning: drivers/ide/ide.c:1947:25: incorrect type in argument 2 (different base types)
Now, if only Linus would change this:
CHECK = /home/torvalds/parser/check
to something more reasonable like
CHECK = /usr/local/bin/check
Steven
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/