svn commit: r296163 - head/sys/arm/broadcom/bcm2835

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Feb 28 19:39:02 UTC 2016


Author: gonzo
Date: Sun Feb 28 19:39:00 2016
New Revision: 296163
URL: https://svnweb.freebsd.org/changeset/base/296163

Log:
  Fix typo in device description
  
  Spotted by: jmcneill

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_audio.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_audio.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_audio.c	Sun Feb 28 17:52:33 2016	(r296162)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_audio.c	Sun Feb 28 19:39:00 2016	(r296163)
@@ -757,7 +757,7 @@ static int
 bcm2835_audio_probe(device_t dev)
 {
 
-	device_set_desc(dev, "VCHQI audio");
+	device_set_desc(dev, "VCHIQ audio");
 	return (BUS_PROBE_DEFAULT);
 }
 


More information about the svn-src-head mailing list