summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/channel.h
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2017-08-22 13:27:10 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 15:12:51 -0700
commit48401ac61fd7ca9d9bd9f033c85d2b78802c8973 (patch)
tree267c936c1daea7733eab423cb87cbac257b2c5d7 /drivers/staging/unisys/include/channel.h
parent0b9e41bdc3699de5a51ebb1f9ca9c17ec12226b0 (diff)
downloadlinux-stable-48401ac61fd7ca9d9bd9f033c85d2b78802c8973.tar.gz
linux-stable-48401ac61fd7ca9d9bd9f033c85d2b78802c8973.tar.bz2
linux-stable-48401ac61fd7ca9d9bd9f033c85d2b78802c8973.zip
staging: unisys: include: cleanup channel comment
A comment in channel.h was referencing windows guests, in reality the OS of the guest is agnostic and the comment should reflect that. Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com> 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/channel.h')
-rw-r--r--drivers/staging/unisys/include/channel.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h
index 69ccc33af151..9fd4cc198028 100644
--- a/drivers/staging/unisys/include/channel.h
+++ b/drivers/staging/unisys/include/channel.h
@@ -60,11 +60,10 @@ enum channel_clientstate {
/*
* Values for VISOR_CHANNEL_PROTOCOL.Features: This define exists so that
- * windows guest can look at the FeatureFlags in the io channel, and configure
- * the windows driver to use interrupts or not based on this setting. This flag
- * is set in uislib after the VISOR_VHBA_init_channel is called. All feature
- * bits for all channels should be defined here. The io channel feature bits
- * are defined right here
+ * a guest can look at the FeatureFlags in the io channel, and configure the
+ * driver to use interrupts or not based on this setting. All feature bits for
+ * all channels should be defined here. The io channel feature bits are defined
+ * below.
*/
#define VISOR_DRIVER_ENABLES_INTS (0x1ULL << 1)
#define VISOR_CHANNEL_IS_POLLING (0x1ULL << 3)