Around Tue 06 Jan 2015 17:45:18 +0200 or thereabout, Michael S. Tsirkin wrote: > While working on arch/avr32/include/asm/uaccess.h, I noticed > that some macros within this header are made harder to read because they > violate a coding style rule: space is missing after comma. > > Fix it up.
Thank you (-: > Signed-off-by: Michael S. Tsirkin <[email protected]> > Acked-by: Hans-Christian Egtvedt <[email protected]> > --- > arch/avr32/include/asm/uaccess.h | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) <snipp diff> -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

