]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
tools-mm-free-the-allocated-memory-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 24 Oct 2024 02:26:22 +0000 (19:26 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:22 +0000 (21:29 -0700)
fix whitespace

Cc: Liu Jing <liujing@cmss.chinamobile.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/mm/page_owner_sort.c

index 724d024e0756bd46215618151d54e574a4169ef7..880e36df0c118904f632f4f683050940e42b8c72 100644 (file)
@@ -377,7 +377,7 @@ static char *get_comm(char *buf)
        if (errno != 0) {
                if (debug_on)
                        fprintf(stderr, "wrong comm in follow buf:\n%s\n", buf);
-               free (comm_str);
+               free(comm_str);
                return NULL;
        }