mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Prefer C to C++ comments per style(9).
Perforce CID: 98826 Obtained from: TrustedBSD Project
This commit is contained in:
parent
190cb52795
commit
ec914adf6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue