Commit b2d06cad authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman
Browse files

staging: unisys: include: fix comments and spacing issues in visorbus.h



This patch fixes some comments and spacings in the file visorbus.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 fe9f4b53
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@ struct visorchipset_state {
	u32 attached:1;
	u32 configured:1;
	u32 running:1;
	/* Add new fields above. */
	/* Remaining bits in this 32-bit word are unused. */
	/* Remaining bits in this 32-bit word are reserved. */
};

/**
@@ -73,7 +72,6 @@ struct visorchipset_state {
 *				same across all visor_devices in the current
 *				guest. Private use by bus driver only.
 */

struct visor_device {
	struct visorchannel *visorchannel;
	guid_t channel_type_guid;
@@ -104,8 +102,8 @@ typedef void (*visorbus_state_complete_func) (struct visor_device *dev,
					      int status);

/*
 * This struct describes a specific Supervisor channel, by providing its
 * GUID, name, and sizes.
 * This struct describes a specific visor channel, by providing its GUID, name,
 * and sizes.
 */
struct visor_channeltype_descriptor {
	const guid_t guid;
@@ -116,7 +114,7 @@ struct visor_channeltype_descriptor {

/**
 * struct visor_driver - Information provided by each visor driver when it
 * registers with the visorbus driver.
 *                       registers with the visorbus driver
 * @name:		Name of the visor driver.
 * @owner:		The module owner.
 * @channel_types:	Types of channels handled by this driver, ending with