Fix typo: pointers are not boolean in style(9).
This commit is contained in:
parent
0f64ffc025
commit
40d04a26a0
@ -514,7 +514,7 @@ hpfs_vget(
|
||||
hp->h_devvp = hpmp->hpm_devvp;
|
||||
|
||||
error = vfs_hash_insert(vp, ino, flags, curthread, vpp);
|
||||
if (error || *vpp) {
|
||||
if (error || *vpp != NULL) {
|
||||
vput(vp);
|
||||
return (error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user