aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorTim Sell <Timothy.Sell@unisys.com>2015-10-02 13:19:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 09:53:34 +0100
commitade7280ff53c000c87e416fcf466081990d62c9a (patch)
treef5acfd9e02e5cc1d56ef0a958f87dab8b6412104 /drivers/staging/unisys
parentstaging: unisys: visorinput: correct code comments per kernel conventions (diff)
downloadlinux-dev-ade7280ff53c000c87e416fcf466081990d62c9a.tar.xz
linux-dev-ade7280ff53c000c87e416fcf466081990d62c9a.zip
staging: unisys: visorinput: comment tweaks - s/gizmo/input node/g
Just a simple search and replace in the comments. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorinput/visorinput.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorinput/visorinput.c b/drivers/staging/unisys/visorinput/visorinput.c
index 976effa531cc..adc2cc90aef3 100644
--- a/drivers/staging/unisys/visorinput/visorinput.c
+++ b/drivers/staging/unisys/visorinput/visorinput.c
@@ -217,8 +217,8 @@ static const unsigned char visorkbd_ext_keycode[KEYCODE_TABLE_BYTES] = {
};
/*
- * register_client_keyboard() initializes and returns a Linux gizmo that we
- * can use to deliver keyboard inputs to Linux. We of course do this when
+ * register_client_keyboard() initializes and returns a Linux input node that
+ * we can use to deliver keyboard inputs to Linux. We of course do this when
* we see keyboard inputs coming in on a keyboard channel.
*/
static struct input_dev *
@@ -337,7 +337,7 @@ devdata_create(struct visor_device *dev, enum visorinput_device_type devtype)
/*
* This is an input device in a client guest partition,
- * so we need to create whatever gizmos are necessary to
+ * so we need to create whatever input nodes are necessary to
* deliver our inputs to the guest OS.
*/
switch (devtype) {