Minor style(9) nit.

This commit is contained in:
Warner Losh 2012-07-27 05:24:09 +00:00
parent 29ecb031b6
commit 21818d2313
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238819

View File

@ -76,6 +76,7 @@ struct at91_ohci_softc {
static int
ohci_atmelarm_probe(device_t dev)
{
device_set_desc(dev, "AT91 integrated OHCI controller");
return (BUS_PROBE_DEFAULT);
}