From 91e2e5e621a2d4aaf65fb3455b95fc78e6a4ffe2 Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Tue, 27 Nov 2018 12:28:03 +0000 Subject: [PATCH] NOISE random comment --- init/initramfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/initramfs.c b/init/initramfs.c index 8ec1be4d7d51..0b61a0721b7b 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -651,6 +651,8 @@ static void __init populate_initrd_image(char *err) } #endif /* CONFIG_BLK_DEV_RAM */ +/* Some random comment here to create a new git base - v28 */ + static int __init populate_rootfs(void) { /* Load the built in initramfs */ -- GitLab