[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <929D3CED81F34E43887A393170D66FB9053A8C82@GBRSUN01MS002.eu.xerox.net>
Date: Tue, 15 Nov 2011 11:26:06 -0000
From: "Jenkins, Clive" <Clive.Jenkins@...ox.com>
To: <b35362@...escale.com>, <dwmw2@...radead.org>,
<Artem.Bityutskiy@...ia.com>
Cc: <linux-kernel@...r.kernel.org>, <linux-mtd@...ts.infradead.org>,
<scottwood@...escale.com>, <akpm@...ux-foundation.org>,
<linuxppc-dev@...ts.ozlabs.org>
Subject: RE: [PATCH 1/3] mtd/nand: fix coding style issue in drivers/mtd/nand/fsl_elbc.c
> fix whitespaces,tabs coding style issue and ...
In my opinion this code was already correct, and would display correctly
at any TAB setting. This patch changes it so that it displays
incorrectly
at all TAB settings other than 8.
Example:
Correct:
<tabs>function(arg1,
<tabs><9spaces>arg2
Incorrect:
<tabs>function(arg1,
<tabs>< tab > arg2
For any TAB setting other than 8, arg1 and arg2 no longer line up.
Clive
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists