staging: unisys: visorbus: simplify debugfs print statment
authorDavid Kershner <david.kershner@unisys.com>
Wed, 27 Sep 2017 17:14:23 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:17:13 +0000 (11:17 +0200)
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>
drivers/staging/unisys/visorbus/visorbus_main.c

index a085713..d10af23 100644 (file)
@@ -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);