]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/spl/spl-kmem.c
Fix cstyle warnings
[mirror_spl.git] / module / spl / spl-kmem.c
index 41bec75d2695534dd5908d483dba719006ef3dd6..bf9c6b179dc0adeb2c2846e4adf107af0f464761 100644 (file)
@@ -383,7 +383,7 @@ spl_kmem_free_track(const void *ptr, size_t size)
 {
        kmem_debug_t *dptr;
 
-       /* Ignore NULL pointer since we haven't tracked it at all*/
+       /* Ignore NULL pointer since we haven't tracked it at all */
        if (ptr == NULL)
                return;