diff options
Diffstat (limited to 'init/initramfs.c')
-rw-r--r-- | init/initramfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/initramfs.c b/init/initramfs.c index e64bf7b4c1ca..7046feffef6b 100644 --- a/init/initramfs.c +++ b/init/initramfs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Many of the syscalls used in this file expect some of the arguments | 3 | * Many of the syscalls used in this file expect some of the arguments |
3 | * to be __user pointers not __kernel pointers. To limit the sparse | 4 | * to be __user pointers not __kernel pointers. To limit the sparse |