summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2017-08-22 13:27:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 15:12:52 -0700
commitf51963f54d9f5f82f721c6bbf8785a58d29d3fdd (patch)
treead258d1e2e87f63911ca5097ce3d56782b7339a2 /drivers/staging/unisys
parentf79e1dfdbcd8e3d6aa2ae1760f2ef272b04e0f4f (diff)
downloadlinux-f51963f54d9f5f82f721c6bbf8785a58d29d3fdd.tar.bz2
staging: unisys: visorbus: Remove confusing comment in controlvmchannel.
Referencing a SegmentIndex doesn't make sense in the Linux drivers, get rid of the comment. 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')
-rw-r--r--drivers/staging/unisys/visorbus/controlvmchannel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/controlvmchannel.h b/drivers/staging/unisys/visorbus/controlvmchannel.h
index ee2121238654..32ff5c1bb6ba 100644
--- a/drivers/staging/unisys/visorbus/controlvmchannel.h
+++ b/drivers/staging/unisys/visorbus/controlvmchannel.h
@@ -273,7 +273,6 @@ struct controlvm_packet_device_create {
*/
struct controlvm_packet_device_configure {
u32 bus_no;
- /* Control uses header SegmentIndex field to access bus number. */
u32 dev_no;
} __packed;