forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/mtd/tests/nandbiterrs.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright © 2012 NetCommWireless
34 * Iwo Mergler <Iwo.Mergler@netcommwireless.com.au>
....@@ -24,20 +25,6 @@
2425 *
2526 * Please note that neither of these tests will significantly 'use up' any
2627 * FLASH endurance. Only a maximum of two erase operations will be performed.
27
- *
28
- *
29
- * This program is free software; you can redistribute it and/or modify it
30
- * under the terms of the GNU General Public License version 2 as published by
31
- * the Free Software Foundation.
32
- *
33
- * This program is distributed in the hope that it will be useful, but WITHOUT
34
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
35
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
36
- * more details.
37
- *
38
- * You should have received a copy of the GNU General Public License along with
39
- * this program; see the file COPYING. If not, write to the Free Software
40
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4128 */
4229
4330 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt