]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: fixup kerneldoc, rename parameter
authorBrian Norris <computersforpeace@gmail.com>
Fri, 9 Aug 2013 00:16:36 +0000 (17:16 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 20 Aug 2013 01:00:25 +0000 (18:00 -0700)
commit150d5c63ea239bfbfa2b422d402fde27c1b216ee
tree8edab0c2b7d4750d4fc0948048c22447e722a87e
parent12384bfb942af6b3f109dcb82986202937fd69dc
mtd: nand: fixup kerneldoc, rename parameter

First, the function argument is 'offset' not 'column'.

Second, the 'data_buf' name is inconsistent with the rest of this file.
Just use 'buf'.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Gupta, Pekon <pekon@ti.com>
drivers/mtd/nand/nand_base.c