[PATCH 0/16] Avoid using ARRAY_AND_SIZE(e) as a function argument

From: Julia Lawall
Date: Sun Aug 11 2013 - 12:52:08 EST


These patches replace uses of ARRAY_AND_SIZE(e) in a function argument
position by its expansion. ARRAY_AND_SIZE(e) expands to a pair of
expressions separated by commas and thus hides the actual arity of the
called function.

I was not able to compile any of the modified code.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/