On Tue, 2011-11-15 at 17:29 +0800, b35...@freescale.com wrote: > From: Liu Shuo <b35...@freescale.com> > > fix whitespaces,tabs coding style issue and use #include <linux/io.h> instead > of <asm/io.h> > in drivers/mtd/nand/fsl_elbc.c. > > Signed-off-by: Liu Shuo <b35...@freescale.com> > Signed-off-by: Li Yang <le...@freescale.com>
Hi, It is really matter of taste whether to use only tabs for indentations or tabs + few spaces to align nicely with the previous line. I personally prefer the latter and dislike when people use only tabs. But other people love tabs and use them everywhere, even like #define\tBLAH_BLAH\tvalue, which I find ugly, but I do not mind people using this. So no, please, let's leave the indentation as is in this file. It is ok to assume tab is 8 spaces in the kernel. Artem. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev