summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/visorbus.h
diff options
context:
space:
mode:
authorDavid Kershner2017-09-27 19:14:21 +0200
committerGreg Kroah-Hartman2017-09-28 11:17:13 +0200
commit1c218004abb067b0649e82ec366e344e1c8e33ad (patch)
tree233b6932847f8372c1907e1bedbb5002523b9c85 /drivers/staging/unisys/include/visorbus.h
parentstaging: unisys: visorbus: keep the success path on the left (diff)
downloadkernel-qcow2-linux-1c218004abb067b0649e82ec366e344e1c8e33ad.tar.gz
kernel-qcow2-linux-1c218004abb067b0649e82ec366e344e1c8e33ad.tar.xz
kernel-qcow2-linux-1c218004abb067b0649e82ec366e344e1c8e33ad.zip
staging: unisys: shrink the name of a variable
The field debugfs_client_bus_info can be reduced to debugfs_bus_info. The word client is extraneous in this context. 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>
Diffstat (limited to 'drivers/staging/unisys/include/visorbus.h')
-rw-r--r--drivers/staging/unisys/include/visorbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index e4ee38c3dbe4..ea01a21f5260 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -161,7 +161,7 @@ struct visor_device {
void *vbus_hdr_info;
guid_t partition_guid;
struct dentry *debugfs_dir;
- struct dentry *debugfs_client_bus_info;
+ struct dentry *debugfs_bus_info;
};
#define to_visor_device(x) container_of(x, struct visor_device, device)