]> asedeno.scripts.mit.edu Git - 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)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 30 Aug 2013 20:40:49 +0000 (21:40 +0100)
commitd6a95080a2fb9fb38b4f279e97e508f6151c1000
tree4f0a64165871aab680b94e9bf4798a56c046a640
parented202940335e3f9930509025e3d75721e564baca
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>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c