diff options
author | Len Brown <len.brown@intel.com> | 2007-02-13 03:42:12 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:42:12 (GMT) |
commit | f52fd66d2ea794010c2d7536cf8e6abed0ac4947 (patch) | |
tree | c8b7f8ba146947cd79e4b51615b39ec51fd10422 /drivers/acpi/bay.c | |
parent | ec2f9d1331f658433411c58077871e1eef4ee1b4 (diff) | |
download | linux-f52fd66d2ea794010c2d7536cf8e6abed0ac4947.tar.xz |
ACPI: clean up ACPI_MODULE_NAME() use
cosmetic only
Make "module name" actually match the file name.
Invoke with ';' as leaving it off confuses Lindent and gcc doesn't care.
Fix indentation where Lindent did get confused.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/bay.c')
-rw-r--r-- | drivers/acpi/bay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 91082ce..19fe57d 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c @@ -34,7 +34,7 @@ #define ACPI_BAY_DRIVER_NAME "ACPI Removable Drive Bay Driver" -ACPI_MODULE_NAME("bay") +ACPI_MODULE_NAME("bay"); MODULE_AUTHOR("Kristen Carlson Accardi"); MODULE_DESCRIPTION(ACPI_BAY_DRIVER_NAME); MODULE_LICENSE("GPL"); |