From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758345AbcFHVQK (ORCPT ); Wed, 8 Jun 2016 17:16:10 -0400 Received: from mail1.bemta8.messagelabs.com ([216.82.243.194]:35472 "EHLO mail1.bemta8.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162025AbcFHVOr (ORCPT ); Wed, 8 Jun 2016 17:14:47 -0400 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrNIsWRWlGSWpSXmKPExsVywNY2U/dYV0S 4wZIjphYL25awWFzeNYfNgcnj8ya5AMYo1sy8pPyKBNaMb90/2QruS1Y8Xn+PuYHxnkgXIyeH kMAuRonmFzUQ9n5Gie6pql2MXED2JUaJSbevsUM4axklWveuYIFwtjBKPPjVwQzSwiZgIDHzz l12EFtE4DyLxNNbuSC2sECkxLwfFxi7GDk4WARUJL5e0wUJ8wp4SZxumMUEYksIyEmcPDaZFc TmBIo//LWWCeIKT4mWd4/ZIWw1icNnH7FB1AdLtG3oZYKYIyhxcuYTFhCbWUBC4uCLF8wTGAV nIUnNQpJawMi0ilGjOLWoLLVI19BYL6koMz2jJDcxM0fX0MBCLze1uDgxPTUnMalYLzk/dxMj MFDrGRgYdzDeOu5yiFGSg0lJlLfMPSJciC8pP6UyI7E4I76oNCe1+BCjDAeHkgRvcidQTrAoN T21Ii0zBxgzMGkJDh4lEd4gkDRvcUFibnFmOkTqFKOilDivHUhCACSRUZoH1waL00uMslLCvI wMDAxCPAWpRbmZJajyrxjFORiVhHmzQabwZOaVwE1/BbSYCWjx8iPhIItLEhFSUg2MYQLFFdm X++y+fVid+Wx5BqONA1PIHJUHchdSZx6R+Bp2sZi76MZu2wtLew6sv5vo5/pr4fSlFwv+HA+N k5rE8rDoRExC8vIsxiCJik0vpRf/mX1R9efWd91MWxgWB3+t6pMzkpjp5eTsdHaC4TWriBMNQ gUdXXWWLOUfH35nDe4XqTo+4/VvJZbijERDLeai4kQAqlDLOs4CAAA= X-Env-Sender: David.Kershner@unisys.com X-Msg-Ref: server-12.tower-46.messagelabs.com!1465420483!29099597!13 X-Originating-IP: [192.61.61.105] X-StarScan-Received: X-StarScan-Version: 8.46; banners=-,-,- X-VirusChecked: Checked From: David Kershner To: , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v4 22/29] staging: unisys: visorbus: rectify kerneldoc comment for struct Date: Wed, 8 Jun 2016 17:14:16 -0400 Message-ID: <1465420463-24982-23-git-send-email-david.kershner@unisys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> References: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> X-OriginalArrivalTime: 08 Jun 2016 21:14:29.0458 (UTC) FILETIME=[BE87CB20:01D1C1CA] MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Binder Fixes the kerneldoc comment for struct visor_device - the struct members were not listed with the appropriate @ prefix. Signed-off-by: David Binder Signed-off-by: David Kershner --- drivers/staging/unisys/include/visorbus.h | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h index 666a04e..c836c8d 100644 --- a/drivers/staging/unisys/include/visorbus.h +++ b/drivers/staging/unisys/include/visorbus.h @@ -121,33 +121,33 @@ struct visor_driver { /** * struct visor_device - A device type for things "plugged" into the visorbus * bus - * visorchannel: Points to the channel that the device is + * @visorchannel: Points to the channel that the device is * associated with. - * channel_type_guid: Identifies the channel type to the bus driver. - * device: Device struct meant for use by the bus driver + * @channel_type_guid: Identifies the channel type to the bus driver. + * @device: Device struct meant for use by the bus driver * only. - * list_all: Used by the bus driver to enumerate devices. - * timer: Timer fired periodically to do interrupt-type + * @list_all: Used by the bus driver to enumerate devices. + * @timer: Timer fired periodically to do interrupt-type * activity. - * being_removed: Indicates that the device is being removed from + * @being_removed: Indicates that the device is being removed from * the bus. Private bus driver use only. - * visordriver_callback_lock: Used by the bus driver to lock when handling + * @visordriver_callback_lock: Used by the bus driver to lock when handling * channel events. - * pausing: Indicates that a change towards a paused state. + * @pausing: Indicates that a change towards a paused state. * is in progress. Only modified by the bus driver. - * resuming: Indicates that a change towards a running state + * @resuming: Indicates that a change towards a running state * is in progress. Only modified by the bus driver. - * chipset_bus_no: Private field used by the bus driver. - * chipset_dev_no: Private field used the bus driver. - * state: Used to indicate the current state of the + * @chipset_bus_no: Private field used by the bus driver. + * @chipset_dev_no: Private field used the bus driver. + * @state: Used to indicate the current state of the * device. - * inst: Unique GUID for this instance of the device. - * name: Name of the device. - * pending_msg_hdr: For private use by bus driver to respond to + * @inst: Unique GUID for this instance of the device. + * @name: Name of the device. + * @pending_msg_hdr: For private use by bus driver to respond to * hypervisor requests. - * vbus_hdr_info: A pointer to header info. Private use by bus + * @vbus_hdr_info: A pointer to header info. Private use by bus * driver. - * partition_uuid: Indicates client partion id. This should be the + * @partition_uuid: Indicates client partion id. This should be the * same across all visor_devices in the current * guest. Private use by bus driver only. */ -- 1.9.1