mirror of https://gitee.com/openkylin/linux.git
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:
parent
5f50a34a5f
commit
453ca19380
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue