Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ata: pata_cs5520: Add a couple of missing param descriptions

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

drivers/ata/pata_cs5520.c:61: warning: Function parameter or member 'pio' not described in 'cs5520_set_timings'
drivers/ata/pata_cs5520.c:257: warning: Function parameter or member 'mesg' not described in 'cs5520_pci_device_suspend'

Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Lee Jones and committed by
Jens Axboe
4fabc4b6 2d35ba9e

+2
+2
drivers/ata/pata_cs5520.c
··· 52 52 * cs5520_set_timings - program PIO timings 53 53 * @ap: ATA port 54 54 * @adev: ATA device 55 + * @pio: PIO ID 55 56 * 56 57 * Program the PIO mode timings for the controller according to the pio 57 58 * clocking table. ··· 247 246 /** 248 247 * cs5520_pci_device_suspend - device suspend 249 248 * @pdev: PCI device 249 + * @mesg: PM event message 250 250 * 251 251 * We have to cut and waste bits from the standard method because 252 252 * the 5520 is a bit odd and not just a pure ATA device. As a result