From: Rafael J. Wysocki Date: Fri, 26 Oct 2012 11:40:04 +0000 (+0200) Subject: ACPI / PM: Fix device PM kernedoc comments and #ifdefs X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~16^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdda27fb98463244f056852f800bbce7db67dc4a;p=pandora-kernel.git ACPI / PM: Fix device PM kernedoc comments and #ifdefs The kerneldoc comments for acpi_pm_device_sleep_state(), acpi_pm_device_run_wake(), and acpi_pm_device_sleep_wake() are outdated or otherwise inaccurate and/or don't follow the common kerneldoc patterns, so fix them. Additionally, notice that acpi_pm_device_run_wake() should be under CONFIG_PM_RUNTIME rather than under CONFIG_PM_SLEEP, so fix that too. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed