[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231229153238.153627-1-engr.mkhan1990@gmail.com>
Date: Fri, 29 Dec 2023 15:32:37 +0000
From: Malkoot Khan <engr.mkhan1990@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Malkoot Khan <engr.mkhan1990@...il.com>
Subject: [PATCH 1/2] mm/cma: Move opening brace to next line for coding style
Move the opening brace of a function definition 'cma_for_each_area'
to the next line which resolved the error
Signed-off-by: Malkoot Khan <engr.mkhan1990@...il.com>
---
mm/cma.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/cma.c b/mm/cma.c
index 2b2494fd6b59..01ccd26e8bc2 100644
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -579,6 +579,7 @@ bool cma_release(struct cma *cma, const struct page *pages,
}
int cma_for_each_area(int (*it)(struct cma *cma, void *data), void *data)
+
{
int i;
--
2.34.1
Powered by blists - more mailing lists