Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 15:43:56 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283952 - head/sys/dev/usb/template
Message-ID:  <201506031543.t53FhunV020281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031543.t53FhunV020281>