]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libata: fix a couple of doc build warnings
authorJonathan Corbet <corbet@lwn.net>
Sun, 30 Jul 2017 22:16:04 +0000 (16:16 -0600)
committerTejun Heo <tj@kernel.org>
Mon, 31 Jul 2017 15:03:06 +0000 (08:03 -0700)
commit2f60e1ab2f0e148e82cb53c539ad003ffc9b9bd0
treec827a56cfc3e3368faf4c15b71cc83798f054331
parent59a5e266c3f5c1567508888dd61a45b86daed0fa
libata: fix a couple of doc build warnings

The kerneldoc comments for a couple of functions in drivers/ata/libata-eh.c
had fallen behind the current implementation, resulting in these doc build
warnings:

  ./drivers/ata/libata-eh.c:1449: warning: No description found for parameter 'link'
  ./drivers/ata/libata-eh.c:1449: warning: Excess function parameter 'ap' description in 'ata_eh_done'
  ./drivers/ata/libata-eh.c:1590: warning: No description found for parameter 'qc'
  ./drivers/ata/libata-eh.c:1590: warning: Excess function parameter 'dev' description in 'ata_eh_request_sense'

Update the comments and make the warnings go away.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-eh.c