Fix LINT build after r328508, add forgotten part in format string
Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D14089
This commit is contained in:
parent
48bc159f28
commit
99178c2f09
@ -5051,7 +5051,7 @@ print_device_short(device_t dev, int indent)
|
||||
if (!dev)
|
||||
return;
|
||||
|
||||
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
|
||||
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
|
||||
dev->unit, dev->desc,
|
||||
(dev->parent? "":"no "),
|
||||
(TAILQ_EMPTY(&dev->children)? "no ":""),
|
||||
|
Loading…
Reference in New Issue
Block a user