mbox series

[0/5] Fix typo ('struct spi-nor') in the kernel-doc comments

Message ID 255c50e1-f233-6cb1-f170-aa0c384ca8bd@cogentembedded.com
Headers show
Series Fix typo ('struct spi-nor') in the kernel-doc comments | expand

Message

Sergei Shtylyov April 21, 2020, 7:37 p.m. UTC
Hello!

Here's a set of 2 patches against the 'mtd/fixes' branch of the MTD 'linux.git' repo.
I'm fixing a number of the kernel-doc comments to having 'struct spi-nor' instead of  'struct spi_nor'.  Instead of a single patch, I'm fixing the kernel-doc comment with
several patches, each fixing its own broken commit -- this simplifies porting to the
stable kernels (if that ever happens). :-)

[1/2] mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()
[2/2] mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()

MBR, Sergei

Comments

Tudor Ambarus April 28, 2020, 8:37 a.m. UTC | #1
On Tuesday, April 21, 2020 10:37:32 PM EEST Sergei Shtylyov wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content is safe
> 
> Hello!
> 
> Here's a set of 2 patches against the 'mtd/fixes' branch of the MTD
> 'linux.git' repo. I'm fixing a number of the kernel-doc comments to having
> 'struct spi-nor' instead of  'struct spi_nor'.  Instead of a single patch,
> I'm fixing the kernel-doc comment with several patches, each fixing its own
> broken commit -- this simplifies porting to the stable kernels (if that
> ever happens). :-)
> 
> [1/2] mtd: spi-nor: core: fix kernel-doc typo for
> spi_nor_manufacturer_init_params() [2/2] mtd: spi-nor: core: fix kernel-doc
> typo for spi_nor_[{info|sfdp}_]init_params()
> 

Applied, thanks.