]> git.baikalelectronics.ru Git - kernel.git/commit
ata: pata_triflex: Repair some misnamed functions and fix some param descriptions
authorLee Jones <lee.jones@linaro.org>
Thu, 18 Mar 2021 08:51:39 +0000 (08:51 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 31 Mar 2021 02:21:25 +0000 (20:21 -0600)
commit5565729dd045574b4494c4b0653e8c38dc42e3e9
treee1ea2200ede019827814bd0a777866ee042e2028
parent73b7a9d2404d8fd41e2b03bc9a67674dadab1355
ata: pata_triflex: Repair some misnamed functions and fix some param descriptions

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

 drivers/ata/pata_triflex.c:143: warning: expecting prototype for triflex_dma_start(). Prototype was for triflex_bmdma_start() instead
 drivers/ata/pata_triflex.c:159: warning: Function parameter or member 'qc' not described in 'triflex_bmdma_stop'
 drivers/ata/pata_triflex.c:159: warning: expecting prototype for triflex_dma_stop(). Prototype was for triflex_bmdma_stop() instead

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Torben Mathiasen <torben.mathiasen@hp.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210318085150.3131936-5-lee.jones@linaro.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_triflex.c