summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorbus_private.h
diff options
context:
space:
mode:
authorErik Arfvidson2016-11-21 18:15:43 +0100
committerGreg Kroah-Hartman2016-11-23 10:01:56 +0100
commit9ed146cdb99651d0ae4498ae658654625f6bade7 (patch)
tree4756602b49ef6b91597d4593608d1d14b7aaac97 /drivers/staging/unisys/visorbus/visorbus_private.h
parentstaging: unisys: visorbus: visorchannel.c rename 'local' variable to 'dest' (diff)
downloadkernel-qcow2-linux-9ed146cdb99651d0ae4498ae658654625f6bade7.tar.gz
kernel-qcow2-linux-9ed146cdb99651d0ae4498ae658654625f6bade7.tar.xz
kernel-qcow2-linux-9ed146cdb99651d0ae4498ae658654625f6bade7.zip
staging: unisys: visorbus: visorbus_private rename 'local' var to 'dest'
This patch renames the poorly named 'local' var to 'dest' in the visorbus_private.h file Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/visorbus_private.h')
-rw-r--r--drivers/staging/unisys/visorbus/visorbus_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorbus/visorbus_private.h b/drivers/staging/unisys/visorbus/visorbus_private.h
index 15403fb52847..49bec1763e33 100644
--- a/drivers/staging/unisys/visorbus/visorbus_private.h
+++ b/drivers/staging/unisys/visorbus/visorbus_private.h
@@ -70,9 +70,9 @@ struct visorchannel *visorchannel_create_with_lock(u64 physaddr,
gfp_t gfp, uuid_le guid);
void visorchannel_destroy(struct visorchannel *channel);
int visorchannel_read(struct visorchannel *channel, ulong offset,
- void *local, ulong nbytes);
+ void *dest, ulong nbytes);
int visorchannel_write(struct visorchannel *channel, ulong offset,
- void *local, ulong nbytes);
+ void *dest, ulong nbytes);
u64 visorchannel_get_physaddr(struct visorchannel *channel);
ulong visorchannel_get_nbytes(struct visorchannel *channel);
char *visorchannel_id(struct visorchannel *channel, char *s);