Commit b5b46dd7 authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman

staging: unisys: visorbus: fix comments in vbuschannel.h

This patch fixes some comments in the file vbuschannel.h to make
it more uniform.
Signed-off-by: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b2d06cad
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
* @infostrs: Kernel vversion. * @infostrs: Kernel vversion.
* @reserved: Pad size to 256 bytes. * @reserved: Pad size to 256 bytes.
* *
* An array of this struct is present in the channel area for each vbus. * An array of this struct is present in the channel area for each vbus. It is
* (See vbuschannel.h.). It is filled in by the client side to provide info * filled in by the client side to provide info about the device and driver from
* about the device and driver from the client's perspective. * the client's perspective.
*/ */
struct visor_vbus_deviceinfo { struct visor_vbus_deviceinfo {
u8 devtype[16]; u8 devtype[16];
...@@ -72,7 +72,7 @@ struct visor_vbus_deviceinfo { ...@@ -72,7 +72,7 @@ struct visor_vbus_deviceinfo {
* BusInfo struct. * BusInfo struct.
* @dev_info_offset: Byte offset from beginning of this struct to the * @dev_info_offset: Byte offset from beginning of this struct to the
* DevInfo array. * DevInfo array.
* @reserved: Natural Alignment * @reserved: Natural alignment.
*/ */
struct visor_vbus_headerinfo { struct visor_vbus_headerinfo {
u32 struct_bytes; u32 struct_bytes;
...@@ -96,7 +96,6 @@ struct visor_vbus_headerinfo { ...@@ -96,7 +96,6 @@ struct visor_vbus_headerinfo {
struct visor_vbus_channel { struct visor_vbus_channel {
struct channel_header channel_header; struct channel_header channel_header;
struct visor_vbus_headerinfo hdr_info; struct visor_vbus_headerinfo hdr_info;
/* The remainder of this channel is filled in by the client */
struct visor_vbus_deviceinfo chp_info; struct visor_vbus_deviceinfo chp_info;
struct visor_vbus_deviceinfo bus_info; struct visor_vbus_deviceinfo bus_info;
struct visor_vbus_deviceinfo dev_info[0]; struct visor_vbus_deviceinfo dev_info[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment