hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpio/gpio-mm-lantiq.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify it
3
- * under the terms of the GNU General Public License version 2 as published
4
- * by the Free Software Foundation.
53 *
64 * Copyright (C) 2012 John Crispin <john@phrozen.org>
75 */
....@@ -38,7 +36,7 @@
3836 * @chip: Pointer to our private data structure.
3937 *
4038 * Write the shadow value to the EBU to set the gpios. We need to set the
41
- * global EBU lock to make sure that PCI/MTD dont break.
39
+ * global EBU lock to make sure that PCI/MTD don't break.
4240 */
4341 static void ltq_mm_apply(struct ltq_mm *chip)
4442 {