Consistently capitalize "TI" as an abbreviation for Texas Instruments.
This commit is contained in:
parent
dc8579df1c
commit
24e34f5771
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user