Commit 1cade50f authored by Lee Jones's avatar Lee Jones Committed by Jens Axboe

ata: pata_cs5530: Fix misspelling of 'cs5530_init_one()'s 'pdev' param

Fixes the following W=1 kernel build warning(s):

 drivers/ata/pata_cs5530.c:283: warning: Function parameter or member 'pdev' not described in 'cs5530_init_one'
 drivers/ata/pata_cs5530.c:283: warning: Excess function parameter 'dev' description in 'cs5530_init_one'

Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210318085150.3131936-13-lee.jones@linaro.orgSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 145f74fa
...@@ -271,7 +271,7 @@ static int cs5530_init_chip(void) ...@@ -271,7 +271,7 @@ static int cs5530_init_chip(void)
/** /**
* cs5530_init_one - Initialise a CS5530 * cs5530_init_one - Initialise a CS5530
* @dev: PCI device * @pdev: PCI device
* @id: Entry in match table * @id: Entry in match table
* *
* Install a driver for the newly found CS5530 companion chip. Most of * Install a driver for the newly found CS5530 companion chip. Most of
......
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