From: David Kershner Date: Tue, 22 Aug 2017 17:27:21 +0000 (-0400) Subject: staging: unisys: visorbus: Remove confusing comment in controlvmchannel. X-Git-Tag: v4.14-rc1~148^2~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f51963f54d9f5f82f721c6bbf8785a58d29d3fdd;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/controlvmchannel.h b/drivers/staging/unisys/visorbus/controlvmchannel.h index ee21212386544..32ff5c1bb6ba5 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;