svn commit: r283952 - head/sys/dev/usb/template

Hans Petter Selasky hselasky at FreeBSD.org
Wed Jun 3 15:43:56 UTC 2015


Author: hselasky
Date: Wed Jun  3 15:43:55 2015
New Revision: 283952
URL: https://svnweb.freebsd.org/changeset/base/283952

Log:
  Fix spelling.

Modified:
  head/sys/dev/usb/template/usb_template_midi.c

Modified: head/sys/dev/usb/template/usb_template_midi.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_midi.c	Wed Jun  3 15:41:03 2015	(r283951)
+++ head/sys/dev/usb/template/usb_template_midi.c	Wed Jun  3 15:43:55 2015	(r283952)
@@ -171,7 +171,7 @@ static const void *midi_descs_1[] = {
 static const struct usb_temp_interface_desc midi_iface_1 = {
 	.ppRawDesc = midi_descs_1,
 	.ppEndpoints = midi_iface_1_ep,
-	.bInterfaceClass = 0x01,	/* Midi */
+	.bInterfaceClass = 0x01,	/* MIDI */
 	.bInterfaceSubClass = 3,	/* MIDI streaming */
 	.bInterfaceProtocol = 0,
 	.iInterface = INDEX_MIDI_IF,


More information about the svn-src-head mailing list