staging: unisys: visorbus: simplify debugfs print statment

Simplify debugfs statement so it is clearer and more compact.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Kershner 2017-09-27 13:14:23 -04:00 коммит произвёл Greg Kroah-Hartman
Родитель 5f50a34a5f
Коммит 453ca19380
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -417,7 +417,7 @@ static int bus_info_debugfs_show(struct seq_file *seq, void *v)
return 0;
seq_printf(seq,
"Client device / client driver info for %s partition (vbus #%u):\n",
"Client device/driver info for %s partition (vbus #%u):\n",
((vdev->name) ? (char *)(vdev->name) : ""),
vdev->chipset_bus_no);