]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: visorbus: visorbus_private rename 'local' var to 'dest'
authorErik Arfvidson <erik.arfvidson@unisys.com>
Mon, 21 Nov 2016 17:15:43 +0000 (12:15 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2016 09:01:56 +0000 (10:01 +0100)
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>
drivers/staging/unisys/visorbus/visorbus_private.h

index 15403fb5284727402f0e98fbcd112a5687b05efe..49bec1763e332e8aea962987e57e56b206d66726 100644 (file)
@@ -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);