hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/acpi/sbshc.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * SMBus driver for ACPI Embedded Controller (v0.1)
34 *
45 * Copyright (c) 2007 Alexey Starikovskiy
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation version 2.
96 */
107
118 #include <linux/acpi.h>
....@@ -179,7 +176,7 @@
179176 EXPORT_SYMBOL_GPL(acpi_smbus_write);
180177
181178 int acpi_smbus_register_callback(struct acpi_smb_hc *hc,
182
- smbus_alarm_callback callback, void *context)
179
+ smbus_alarm_callback callback, void *context)
183180 {
184181 mutex_lock(&hc->lock);
185182 hc->callback = callback;