ata: ahci_platform: correct parameter documentation for ahci_platform_shutdown
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 12 Jul 2018 11:41:29 +0000 (11:41 +0000)
committerTejun Heo <tj@kernel.org>
Thu, 12 Jul 2018 20:02:38 +0000 (13:02 -0700)
commit7cf5fc65f9efe0838fcea4e04f48bafa6ee6eae6
treef60a3eb7f698fd9426e9f13637ec3291e7438258
parent23ebda2fc715534d383d59ae6740d4e3ebd43798
ata: ahci_platform: correct parameter documentation for ahci_platform_shutdown

The documentation about parameter for ahci_platform_shutdown has a typo.

This fix the following build warning:
drivers/ata/libahci_platform.c:693: warning: Function parameter or member 'pdev' not described in 'ahci_platform_shutdown'
drivers/ata/libahci_platform.c:693: warning: Excess function parameter 'dev' description in 'ahci_platform_shutdow

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci_platform.c