summaryrefslogtreecommitdiffstats
path: root/lib/cmdline.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmdline.c')
-rw-r--r--lib/cmdline.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/cmdline.c b/lib/cmdline.c
index dc59d6216318..fbb9981a04a4 100644
--- a/lib/cmdline.c
+++ b/lib/cmdline.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * linux/lib/cmdline.c 3 * linux/lib/cmdline.c
3 * Helper functions generally used for parsing kernel command line 4 * Helper functions generally used for parsing kernel command line
@@ -5,11 +6,7 @@
5 * 6 *
6 * Code and copyrights come from init/main.c and arch/i386/kernel/setup.c. 7 * Code and copyrights come from init/main.c and arch/i386/kernel/setup.c.
7 * 8 *
8 * This source code is licensed under the GNU General Public License,
9 * Version 2. See the file COPYING for more details.
10 *
11 * GNU Indent formatting options for this file: -kr -i8 -npsl -pcs 9 * GNU Indent formatting options for this file: -kr -i8 -npsl -pcs
12 *
13 */ 10 */
14 11
15#include <linux/export.h> 12#include <linux/export.h>