summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-28 22:23:06 +0000
committerimp <imp@FreeBSD.org>2008-09-28 22:23:06 +0000
commitbc9f965b27df989d0a5cf2d26983a954932e04be (patch)
tree5620d6cf1d42c3208941fe2517d7939358c1ddde /sys/dev/mmc
parent21506de7c85ae58a848df6cca938a29ff31b1f24 (diff)
downloadFreeBSD-src-bc9f965b27df989d0a5cf2d26983a954932e04be.zip
FreeBSD-src-bc9f965b27df989d0a5cf2d26983a954932e04be.tar.gz
Other busses on the system use the official capitalization for the
technology. Make mmc conform to that. Submitted by: mav@
Diffstat (limited to 'sys/dev/mmc')
-rw-r--r--sys/dev/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c
index 19d8a75..d89af3b 100644
--- a/sys/dev/mmc/mmc.c
+++ b/sys/dev/mmc/mmc.c
@@ -120,7 +120,7 @@ static int
mmc_probe(device_t dev)
{
- device_set_desc(dev, "mmc/sd bus");
+ device_set_desc(dev, "MMC/SD bus");
return (0);
}
OpenPOWER on IntegriCloud