1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00

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

This commit is contained in:
Gavin Atkinson 2015-11-12 20:14:25 +00:00
parent dc8579df1c
commit 24e34f5771
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290726
3 changed files with 3 additions and 3 deletions

View 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);
}

View 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);
}

View 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");
}
/*