summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-03-08 21:10:15 +0000
committerjlemon <jlemon@FreeBSD.org>2000-03-08 21:10:15 +0000
commit11398178a84f860bce14fca072105aa0ee25b71d (patch)
tree7f4df0f7752d22f6947c2aab63fca829bf5c9085 /sys/dev/ida
parent5c5e33d8162bf09dd93fc52bfbac249c56ae8968 (diff)
downloadFreeBSD-src-11398178a84f860bce14fca072105aa0ee25b71d.zip
FreeBSD-src-11398178a84f860bce14fca072105aa0ee25b71d.tar.gz
Cosmetic fix: "id" -> "idad" for devstat.
Missed in prior (approved) commit by: jlemon
Diffstat (limited to 'sys/dev/ida')
-rw-r--r--sys/dev/ida/ida_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c
index b910235..c0bf915 100644
--- a/sys/dev/ida/ida_disk.c
+++ b/sys/dev/ida/ida_disk.c
@@ -249,7 +249,7 @@ idattach(device_t dev)
drv->secperunit / ((1024 * 1024) / drv->secsize),
drv->secperunit, drv->secsize);
- devstat_add_entry(&drv->stats, "id", drv->unit, drv->secsize,
+ devstat_add_entry(&drv->stats, "idad", drv->unit, drv->secsize,
DEVSTAT_NO_ORDERED_TAGS,
DEVSTAT_TYPE_STORARRAY| DEVSTAT_TYPE_IF_OTHER,
DEVSTAT_PRIORITY_ARRAY);
OpenPOWER on IntegriCloud