ACPI / dock: Fix __init attribute location in find_dock_and_bay()
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 13 Aug 2013 10:31:13 +0000 (18:31 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 13 Aug 2013 10:34:33 +0000 (12:34 +0200)
commit027951e5650eefffa4d9fffad561468ea77ededa
tree28e9c54c5f0def0b49fd9c65857605fe3bbcfce1
parent3e4376ffcec8e51091bd8ea54da8323e7b912971
ACPI / dock: Fix __init attribute location in find_dock_and_bay()

__init belongs after the return type on functions, not before it.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/dock.c