]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: multi-line comment style fixups
authorBrian Norris <norris@broadcom.com>
Wed, 25 May 2011 21:59:01 +0000 (14:59 -0700)
committerArtem Bityutskiy <dedekind1@gmail.com>
Thu, 23 Jun 2011 08:43:40 +0000 (11:43 +0300)
commit4a56e1497a9641a07f4a62723dcfc763725e9db0
tree4b48549aca42d1e0fdf07b1022669d7a3ec01ccd
parent65d9deaf3f7a10651f29ce935dcdcf8e8d1534d8
mtd: nand: multi-line comment style fixups

Artem: while on it, do other commentaries clean-ups:
1. Start one-line comments with capital letter and no dot at the end
2. Turn sparse multi-line comments into one-line comments
3. Change "phrase ?" to "phrase?" and the same with "!".
4. Remove tabs from the kerneldoc parameters comments - they are mixed
   with tabs often, and inconsistent.
5. Put dot at the end of descriptions in kerneldoc comments.
6. Some other small commentaries clean-ups

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_bbt.c