ata: pata_cs5530: Fix misspelling of 'cs5530_init_one()'s 'pdev' param
authorLee Jones <lee.jones@linaro.org>
Thu, 18 Mar 2021 08:51:47 +0000 (08:51 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 31 Mar 2021 02:21:26 +0000 (20:21 -0600)
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: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210318085150.3131936-13-lee.jones@linaro.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_cs5530.c

index ad75d02..a1b4aac 100644 (file)
@@ -271,7 +271,7 @@ fail_put:
 
 /**
  *     cs5530_init_one         -       Initialise a CS5530
- *     @dev: PCI device
+ *     @pdev: PCI device
  *     @id: Entry in match table
  *
  *     Install a driver for the newly found CS5530 companion chip. Most of