From: David Kershner Date: Tue, 22 Aug 2017 17:27:21 +0000 (-0400) Subject: staging: unisys: visorbus: Remove confusing comment in controlvmchannel. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f51963f54d9f5f82f721c6bbf8785a58d29d3fdd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 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;