Fix indent.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
2acbd91e85
commit
42ed05053b
@ -158,7 +158,7 @@ __vdso_init_hpet(uint32_t u)
|
||||
if (atomic_cmpset_rel_ptr((volatile uintptr_t *)&hpet_dev_map[u],
|
||||
(uintptr_t)old_map, (uintptr_t)new_map) == 0 &&
|
||||
new_map != MAP_FAILED)
|
||||
munmap((void *)new_map, PAGE_SIZE);
|
||||
munmap((void *)new_map, PAGE_SIZE);
|
||||
|
||||
return;
|
||||
fail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user