.drv.pm = &acpi_thermal_pm,
 };
 
-static int thermal_act(const struct dmi_system_id *d) {
+static int thermal_act(const struct dmi_system_id *d)
+{
        if (act == 0) {
                pr_notice("%s detected: disabling all active thermal trip points\n",
                          d->ident);
        }
        return 0;
 }
-static int thermal_nocrt(const struct dmi_system_id *d) {
+
+static int thermal_nocrt(const struct dmi_system_id *d)
+{
        pr_notice("%s detected: disabling all critical thermal trip point actions.\n",
                  d->ident);
        crt = -1;
        return 0;
 }
-static int thermal_tzp(const struct dmi_system_id *d) {
+
+static int thermal_tzp(const struct dmi_system_id *d)
+{
        if (tzp == 0) {
                pr_notice("%s detected: enabling thermal zone polling\n",
                          d->ident);
        }
        return 0;
 }
-static int thermal_psv(const struct dmi_system_id *d) {
+
+static int thermal_psv(const struct dmi_system_id *d)
+{
        if (psv == 0) {
                pr_notice("%s detected: disabling all passive thermal trip points\n",
                          d->ident);