-
David S. Miller authored
- Fix macro varargs usage, you need to specify a variable name before the triple dot or else most current compilers complain. See include/linux/ext2_fs.h:ext2_debug for another example where it is done correctly.
d10fe26e
- Fix macro varargs usage, you need to specify a variable name before the triple dot or else most current compilers complain. See include/linux/ext2_fs.h:ext2_debug for another example where it is done correctly.