All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] mm/cma.c: find a named CMA area by name
@ 2020-01-17  6:03 buddy.zhang
  0 siblings, 0 replies; only message in thread
From: buddy.zhang @ 2020-01-17  6:03 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, BuddyZhang

From: BuddyZhang <buddy.zhang@aliyun.com>

This EXPORT_SYMBOL forgets to add ';' in
the end and cause kbuild error.
---
 mm/cma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/cma.c b/mm/cma.c
index b562557572c4..6581dabcaf34 100644
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -50,7 +50,7 @@ struct cma *cma_find_by_name(const char *name)
 	}
 	return NULL;
 }
-EXPORT_SYMBOL(cma_find_by_name)
+EXPORT_SYMBOL(cma_find_by_name);
 
 phys_addr_t cma_get_base(const struct cma *cma)
 {

base-commit: 8a28e614e1dba64463521149af18a2fede7d9e08
prerequisite-patch-id: 5264a0552b0ca65c4dbe032fc58dfc5d881a37b0
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-17  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  6:03 [PATCH v2] mm/cma.c: find a named CMA area by name buddy.zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.