]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Consistently capitalize "TI" as an abbreviation for Texas Instruments.
authorgavin <gavin@FreeBSD.org>
Thu, 12 Nov 2015 20:14:25 +0000 (20:14 +0000)
committergavin <gavin@FreeBSD.org>
Thu, 12 Nov 2015 20:14:25 +0000 (20:14 +0000)
sys/arm/ti/am335x/am335x_gpio.c
sys/arm/ti/omap4/omap4_gpio.c
sys/arm/ti/ti_i2c.c

index a635c3733b1553b0eb19df9a55a26d8a727673b3..74bcf1642feda067b0841f468a90294a2e216fe1 100644 (file)
@@ -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);
 }
index dc32298cd2c1aa385501a6d86eb15e486d9435a4..a261116738c16c590bbae39117c8746bf784a7ee 100644 (file)
@@ -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);
 }
index 9f125069019da66dbd89cba16672dc7527a2ee56..92a44a7c14f8cafa8cd77acac28b2454e576529e 100644 (file)
@@ -495,7 +495,7 @@ ti_i2c_reset(struct ti_i2c_softc *sc, u_char speed)
                break;
 #endif
        default:
-               panic("Unknown Ti SoC, unable to reset the i2c");
+               panic("Unknown TI SoC, unable to reset the i2c");
        }
 
        /*