[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210211072918.376837-1-adithya.chandrakasan@gmail.com>
Date: Wed, 10 Feb 2021 23:29:18 -0800
From: Adithya Chandrakasan <adithya.chandrakasan@...il.com>
To: akpm@...ux-foundation.org
Cc: Adithya Chandrakasan <adithya.chandrakasan@...il.com>,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org
Subject: [PATCH] The Patch fixes the missing a blank line warning
FILE: mm/util.c:930: WARNING: Missing a blank line after declarations
Signed-off-by: Adithya Chandrakasan <adithya.chandrakasan@...il.com>
---
mm/util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/util.c b/mm/util.c
index 8c9b7d1e7c49..60286876636d 100644
--- a/mm/util.c
+++ b/mm/util.c
@@ -927,6 +927,7 @@ int get_cmdline(struct task_struct *task, char *buffer, int buflen)
unsigned int len;
struct mm_struct *mm = get_task_mm(task);
unsigned long arg_start, arg_end, env_start, env_end;
+
if (!mm)
goto out;
if (!mm->arg_end)
--
2.25.1
Powered by blists - more mailing lists