summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-12-21 22:21:03 +0000
committermrg <mrg@NetBSD.org>2014-12-21 22:21:03 +0000
commit32791aa1364f16092867ae3894bb2f79d6755d70 (patch)
treebcfc2e59a76428287285fe3f1e49646702a5f798 /sys/dev
parentd4dadeb36eefab258d1b86a486cc78198a93425d (diff)
fix the midi_if documentation to properly describe the locks that will
be held during various operations.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/midi_if.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/midi_if.h b/sys/dev/midi_if.h
index 6549ece0a89..993659c0189 100644
--- a/sys/dev/midi_if.h
+++ b/sys/dev/midi_if.h
@@ -1,4 +1,4 @@
-/* $NetBSD: midi_if.h,v 1.25 2012/04/09 10:18:16 plunky Exp $ */
+/* $NetBSD: midi_if.h,v 1.26 2014/12/21 22:21:03 mrg Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,11 +50,11 @@ struct midi_info {
*
* METHOD INTR NOTES
* ----------------------- ------- -------------------------
- * open -
- * close -
- * output -
- * getinfo - Called at attach time
- * ioctl -
+ * open held
+ * close held
+ * output held
+ * getinfo held Called at attach time
+ * ioctl held
* get_locks - Called at attach time
*/