| Submitter | Randy.Dunlap |
|---|---|
| Date | Aug. 19, 2012, 12:41 a.m. |
| Message ID | <5030363F.3010505@xenotime.net> |
| Download | mbox | patch |
| Permalink | /patch/178506/ |
| State | New |
| Headers | show |
Comments
On Sat, Aug 18, 2012 at 5:41 PM, Randy Dunlap <rdunlap@xenotime.net> wrote: > From: Randy Dunlap <rdunlap@xenotime.net> > > Fix kernel-doc warning in <linux/mtd/nand.h>: > > Warning(include/linux/mtd/nand.h:659): No description found for parameter 'read_byte' > > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> > Cc: David Woodhouse <dwmw2@infradead.org> > Cc: linux-mtd@lists.infradead.org Acked-by: Brian Norris <computersforpeace@gmail.com>
On Sat, 2012-08-18 at 17:41 -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xenotime.net> > > Fix kernel-doc warning in <linux/mtd/nand.h>: > > Warning(include/linux/mtd/nand.h:659): No description found for parameter 'read_byte' > > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Pushed to l2-mtd.git, thanks!
Patch
--- lnx-36-rc2.orig/include/linux/mtd/nand.h +++ lnx-36-rc2/include/linux/mtd/nand.h @@ -641,6 +641,7 @@ struct platform_device; * ALE/CLE/nCE. Also used to write command and address * @write_buf: platform specific function for write buffer * @read_buf: platform specific function for read buffer + * @read_byte: platform specific function to read one byte from chip * @priv: private data to transport driver specific settings * * All fields are optional and depend on the hardware driver requirements