]> git.baikalelectronics.ru Git - kernel.git/commit
ata: pata_atiixp: Fix a function name and supply description for 'pio'
authorLee Jones <lee.jones@linaro.org>
Mon, 1 Feb 2021 14:39:34 +0000 (14:39 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Mar 2021 14:28:30 +0000 (07:28 -0700)
commit9f19de3ed078ae4898f0a3dc396f0c9fc52cb5f7
tree67243a3b44c5171f2d3c7f4472623d943fcda531
parent67d4505968e1a39c8292489bba94170c4c1e4529
ata: pata_atiixp: Fix a function name and supply description for 'pio'

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

 drivers/ata/pata_atiixp.c:103: warning: Function parameter or member 'pio' not described in 'atiixp_set_pio_timing'
 drivers/ata/pata_atiixp.c:241: warning: expecting prototype for atiixp_dma_stop(). Prototype was for atiixp_bmdma_stop() instead

Cc: Jens Axboe <axboe@kernel.dk>
Cc: ATI Inc <hyu@ati.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_atiixp.c