Skip to content

Commit

Permalink
Update sysctl_os.c
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed Aug 26, 2022
1 parent 6156801 commit b7a005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/windows/zfs/sysctl_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ sysctl_os_process(PUNICODE_STRING pRegistryPath, ztunable_t *zt)

ZT_GET_VALUE(zt, &val, &len, &type);

ASSERT3P(val, != , NULL);
ASSERT3P(val, !=, NULL);

if (type == ZT_TYPE_STRING) {

Expand Down

0 comments on commit b7a005d

Please sign in to comment.