ata: pata_ali: Repair some misnamed kernel-doc issues

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

 drivers/ata/pata_ali.c:119: warning: Function parameter or member 'mask' not described in 'ali_20_filter'
 drivers/ata/pata_ali.c:119: warning: Excess function parameter 'ap' description in 'ali_20_filter'
 drivers/ata/pata_ali.c:322: warning: Function parameter or member 'qc' not described in 'ali_check_atapi_dma'
 drivers/ata/pata_ali.c:322: warning: Excess function parameter 'adev' description in 'ali_check_atapi_dma'

Cc: Jens Axboe <axboe@kernel.dk>
Cc: CJ <cjtsai@ali.com.tw>
Cc: Andre Hedrick <andre@linux-ide.org>
Cc: Alan Cox <alan@redhat.com>
Cc: Clear Zhang <Clear.Zhang@ali.com.tw>
Cc: linux-ide@vger.kernel.org
Cc: and cc <htejun@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Lee Jones 2021-02-01 14:39:24 +00:00 коммит произвёл Jens Axboe
Родитель 32db9fad69
Коммит 325fe2088f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -108,7 +108,7 @@ static int ali_c2_cable_detect(struct ata_port *ap)
/** /**
* ali_20_filter - filter for earlier ALI DMA * ali_20_filter - filter for earlier ALI DMA
* @ap: ALi ATA port * @adev: ATA device
* @adev: attached device * @adev: attached device
* *
* Ensure that we do not do DMA on CD devices. We may be able to * Ensure that we do not do DMA on CD devices. We may be able to
@ -313,7 +313,7 @@ static void ali_lock_sectors(struct ata_device *adev)
/** /**
* ali_check_atapi_dma - DMA check for most ALi controllers * ali_check_atapi_dma - DMA check for most ALi controllers
* @adev: Device * @qc: Command to complete
* *
* Called to decide whether commands should be sent by DMA or PIO * Called to decide whether commands should be sent by DMA or PIO
*/ */