Prefer C to C++ comments per style(9).
Perforce CID: 98826 Obtained from: TrustedBSD Project
This commit is contained in:
parent
190cb52795
commit
ec914adf6b
@ -59,7 +59,7 @@ audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
|
||||
{
|
||||
int error;
|
||||
|
||||
// Only one process may open the device at a time
|
||||
/* Only one process may open the device at a time. */
|
||||
mtx_lock(&audit_trigger_mtx);
|
||||
if (!audit_isopen) {
|
||||
error = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user