vtvga: improve the device description.

This commit is contained in:
rpaulo 2015-02-05 19:36:29 +00:00
parent bd3950c25b
commit 0163c66507

View File

@ -1263,7 +1263,8 @@ static int
vtvga_probe(device_t dev)
{
device_set_desc(dev, "vt_vga driver");
device_set_desc(dev, "VT VGA driver");
return (BUS_PROBE_NOWILDCARD);
}