From fa6ff97d103ca64034206eae56ea25a1e9ab3299 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 13 Oct 2017 20:32:14 +0100 Subject: [PATCH] bank16k: () to (void) for neatness and consistency --- Kernel/bank16k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/bank16k.c b/Kernel/bank16k.c index cfde726d..4dd178df 100644 --- a/Kernel/bank16k.c +++ b/Kernel/bank16k.c @@ -182,7 +182,7 @@ usize_t pagemap_mem_used(void) that copies the current common page to the specified page. */ -uint8_t get_common() +uint8_t get_common(void) { ptptr p = NULL; /* if current context is dead, then reuse it's common */ -- 2.34.1