mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
libata: fix docbook
Fix docbook format in the comments. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
a2d6ed149c
commit
48166fd9b0
1 changed files with 3 additions and 3 deletions
|
@ -704,8 +704,8 @@ static int ata_dev_set_dipm(struct ata_device *dev, enum link_pm policy)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ata_dev_enable_pm - enable SATA interface power management
|
* ata_dev_enable_pm - enable SATA interface power management
|
||||||
* @device - device to enable ipm for
|
* @dev: device to enable power management
|
||||||
* @policy - the link power management policy
|
* @policy: the link power management policy
|
||||||
*
|
*
|
||||||
* Enable SATA Interface power management. This will enable
|
* Enable SATA Interface power management. This will enable
|
||||||
* Device Interface Power Management (DIPM) for min_power
|
* Device Interface Power Management (DIPM) for min_power
|
||||||
|
@ -738,7 +738,7 @@ enable_pm_out:
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
/**
|
/**
|
||||||
* ata_dev_disable_pm - disable SATA interface power management
|
* ata_dev_disable_pm - disable SATA interface power management
|
||||||
* @device - device to enable ipm for
|
* @dev: device to disable power management
|
||||||
*
|
*
|
||||||
* Disable SATA Interface power management. This will disable
|
* Disable SATA Interface power management. This will disable
|
||||||
* Device Interface Power Management (DIPM) without changing
|
* Device Interface Power Management (DIPM) without changing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue