mtd: spi-nor: fix kernel-doc for 'struct spi_nor'
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 3 Apr 2020 20:41:27 +0000 (23:41 +0300)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 28 Apr 2020 06:45:04 +0000 (09:45 +0300)
commit40a571bc408bf10ac8be0eadf838483b9cf90141
treee7e43d1cf1032c134dbb2035024f7b76e576c46c
parent150ccc181588b018891dc973f47905d574677b21
mtd: spi-nor: fix kernel-doc for 'struct spi_nor'

When introducing 'struct spi_nor', a number of issues was added in its
kernel-doc comment:

- double article in the heading kernel-doc comment;
- "point" instead of "pointer" for the 'mtd' and 'dev' fields;
- "a" articles instead of "an" for the 'dev' field;
- acronyms in the lower case for the 'dev' field;
- missing "pointer to" for the 'priv' field.

Fix all of those at once...

Fixes: 6e602ef73334 ("mtd: spi-nor: add the basic data structures")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
include/linux/mtd/spi-nor.h