bank16k: () to (void) for neatness and consistency
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Oct 2017 19:32:14 +0000 (20:32 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 13 Oct 2017 19:32:14 +0000 (20:32 +0100)
Kernel/bank16k.c

index cfde726..4dd178d 100644 (file)
@@ -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 */