staging: unisys: visorbus: Remove confusing comment in controlvmchannel.
authorDavid Kershner <david.kershner@unisys.com>
Tue, 22 Aug 2017 17:27:21 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2017 22:12:52 +0000 (15:12 -0700)
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>
drivers/staging/unisys/visorbus/controlvmchannel.h

index ee21212..32ff5c1 100644 (file)
@@ -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;