Commit 32c8db8f authored by Brian Norris's avatar Brian Norris Committed by Artem Bityutskiy

mtd: nand: fix spelling error (date => data)

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@intel.com>
parent 93fad71c
...@@ -465,7 +465,7 @@ struct nand_buffers { ...@@ -465,7 +465,7 @@ struct nand_buffers {
* @controller: [REPLACEABLE] a pointer to a hardware controller * @controller: [REPLACEABLE] a pointer to a hardware controller
* structure which is shared among multiple independent * structure which is shared among multiple independent
* devices. * devices.
* @priv: [OPTIONAL] pointer to private chip date * @priv: [OPTIONAL] pointer to private chip data
* @errstat: [OPTIONAL] hardware specific function to perform * @errstat: [OPTIONAL] hardware specific function to perform
* additional error status checks (determine if errors are * additional error status checks (determine if errors are
* correctable). * correctable).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment