Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev fix the midi_if documentation to properly describe t...
details: https://anonhg.NetBSD.org/src/rev/f0e408ce7fa6
branches: trunk
changeset: 335024:f0e408ce7fa6
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Dec 21 22:21:03 2014 +0000
description:
fix the midi_if documentation to properly describe the locks that will
be held during various operations.
diffstat:
sys/dev/midi_if.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 86330a52bb80 -r f0e408ce7fa6 sys/dev/midi_if.h
--- a/sys/dev/midi_if.h Sun Dec 21 21:10:13 2014 +0000
+++ b/sys/dev/midi_if.h Sun Dec 21 22:21:03 2014 +0000
@@ -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 @@
*
* 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
*/
Home |
Main Index |
Thread Index |
Old Index