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

ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s 'mask' param

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

drivers/ata/pata_hpt366.c:200: warning: Function parameter or member 'mask' not described in 'hpt366_filter'

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andre Hedrick <andre@linux-ide.org>
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
d6c2aaae 73b90681

+1
+1
drivers/ata/pata_hpt366.c
··· 192 192 /** 193 193 * hpt366_filter - mode selection filter 194 194 * @adev: ATA device 195 + * @mask: Current mask to manipulate and pass back 195 196 * 196 197 * Block UDMA on devices that cause trouble with this controller. 197 198 */