mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-30 10:44:09 +03:00
Fix cstyle warnings
This patch contains no functional changes. It is solely intended to resolve cstyle warnings in order to facilitate moving the spl source code in to the zfs repository. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #681
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user