]> 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)
commit1dc20f7da38a55dad6588b158db654e7648faa15
tree67243a3b44c5171f2d3c7f4472623d943fcda531
parenteeb2dc60522bdb171399fcbeb7fbe4f681b91472
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