[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231229153238.153627-2-engr.mkhan1990@gmail.com>
Date: Fri, 29 Dec 2023 15:32:38 +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 2/2] mm/cma: Use 'unsigned int' for cma_area_count type clarity
Replace 'unsigned' with 'unsigned int' for the variable cma_area_count.
Signed-off-by: Malkoot Khan <engr.mkhan1990@...il.com>
---
mm/cma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/cma.c b/mm/cma.c
index 01ccd26e8bc2..dd3c39d30ad6 100644
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -37,7 +37,7 @@
#include "cma.h"
struct cma cma_areas[MAX_CMA_AREAS];
-unsigned cma_area_count;
+unsigned int cma_area_count;
static DEFINE_MUTEX(cma_mutex);
phys_addr_t cma_get_base(const struct cma *cma)
--
2.34.1
Powered by blists - more mailing lists