hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/atmel-smc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Atmel SMC (Static Memory Controller) helper functions.
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2017 Free Electrons
67 *
78 * Author: Boris Brezillon <boris.brezillon@free-electrons.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
129 */
1310
1411 #include <linux/mfd/syscon/atmel-smc.h>
....@@ -240,7 +237,7 @@
240237 * atmel_smc_cs_conf_apply - apply an SMC CS conf
241238 * @regmap: the SMC regmap
242239 * @cs: the CS id
243
- * @conf the SMC CS conf to apply
240
+ * @conf: the SMC CS conf to apply
244241 *
245242 * Applies an SMC CS configuration.
246243 * Only valid on at91sam9/avr32 SoCs.
....@@ -260,7 +257,7 @@
260257 * @regmap: the HSMC regmap
261258 * @cs: the CS id
262259 * @layout: the layout of registers
263
- * @conf the SMC CS conf to apply
260
+ * @conf: the SMC CS conf to apply
264261 *
265262 * Applies an SMC CS configuration.
266263 * Only valid on post-sama5 SoCs.