Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 20:14:25 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290726 - in head/sys/arm/ti: . am335x omap4
Message-ID:  <201511122014.tACKEPOt056011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Nov 12 20:14:25 2015
New Revision: 290726
URL: https://svnweb.freebsd.org/changeset/base/290726

Log:
  Consistently capitalize "TI" as an abbreviation for Texas Instruments.

Modified:
  head/sys/arm/ti/am335x/am335x_gpio.c
  head/sys/arm/ti/omap4/omap4_gpio.c
  head/sys/arm/ti/ti_i2c.c

Modified: head/sys/arm/ti/am335x/am335x_gpio.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_gpio.c	Thu Nov 12 19:07:03 2015	(r290725)
+++ head/sys/arm/ti/am335x/am335x_gpio.c	Thu Nov 12 20:14:25 2015	(r290726)
@@ -77,7 +77,7 @@ am335x_gpio_probe(device_t dev)
 	if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0)
 		return (ENXIO);
 
-	device_set_desc(dev, "Ti AM335x General Purpose I/O (GPIO)");
+	device_set_desc(dev, "TI AM335x General Purpose I/O (GPIO)");
 
 	return (0);
 }

Modified: head/sys/arm/ti/omap4/omap4_gpio.c
==============================================================================
--- head/sys/arm/ti/omap4/omap4_gpio.c	Thu Nov 12 19:07:03 2015	(r290725)
+++ head/sys/arm/ti/omap4/omap4_gpio.c	Thu Nov 12 20:14:25 2015	(r290726)
@@ -68,7 +68,7 @@ omap4_gpio_probe(device_t dev)
 	if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0)
 		return (ENXIO);
 
-	device_set_desc(dev, "Ti OMAP4 General Purpose I/O (GPIO)");
+	device_set_desc(dev, "TI OMAP4 General Purpose I/O (GPIO)");
 
 	return (0);
 }

Modified: head/sys/arm/ti/ti_i2c.c
==============================================================================
--- head/sys/arm/ti/ti_i2c.c	Thu Nov 12 19:07:03 2015	(r290725)
+++ head/sys/arm/ti/ti_i2c.c	Thu Nov 12 20:14:25 2015	(r290726)
@@ -495,7 +495,7 @@ ti_i2c_reset(struct ti_i2c_softc *sc, u_
 		break;
 #endif
 	default:
-		panic("Unknown Ti SoC, unable to reset the i2c");
+		panic("Unknown TI SoC, unable to reset the i2c");
 	}
 
 	/*



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