Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146569498
D44555.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
563 B
Referenced Files
None
Subscribers
None
D44555.diff
View Options
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -519,7 +519,7 @@
mtx_unlock(&Giant); \
} \
} while (0)
-#else /* SND_DIAGNOSTIC */
+#else /* !SND_DIAGNOSTIC */
#define PCM_WAIT(x) do { \
PCM_LOCKASSERT(x); \
while ((x)->flags & SD_F_BUSY) \
@@ -590,7 +590,7 @@
mtx_unlock(&Giant); \
} \
} while (0)
-#endif /* !SND_DIAGNOSTIC */
+#endif /* SND_DIAGNOSTIC */
#define PCM_GIANT_LEAVE(x) \
PCM_GIANT_EXIT(x); \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 4, 5:50 PM (16 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29252000
Default Alt Text
D44555.diff (563 B)
Attached To
Mode
D44555: sound: Fix SND_DIAGNOSTIC ifdef comment
Attached
Detach File
Event Timeline
Log In to Comment