Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ade7280f authored by Tim Sell's avatar Tim Sell Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorinput: comment tweaks - s/gizmo/input node/g



Just a simple search and replace in the comments.

Signed-off-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cb3690fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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) {