forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * linux/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c
34 *
45 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
56 * http://www.samsung.com/
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
117 */
128
139 #include <linux/delay.h>
....@@ -51,7 +47,7 @@
5147 struct firmware *fw_blob;
5248 int i, err = -EINVAL;
5349
54
- /* Firmare has to be present as a separate file or compiled
50
+ /* Firmware has to be present as a separate file or compiled
5551 * into kernel. */
5652 mfc_debug_enter();
5753