From 079c8e0087da770a1daa749ad630bb8627d6191e Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Fri, 14 Oct 2011 09:42:59 +0200 Subject: kernel-doc: shrm: fix kernel-doc warnings fix the potential kernel-doc warnings ST-Ericsson Linux next: - ST-Ericsson ID: 327425 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: om prakash Change-Id: Ibaa302ddbaa8e223b81bd047fceaf7c3b97af491 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23345 Reviewed-by: Rabin VINCENT Reviewed-by: Jonas ABERG Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR --- Documentation/DocBook/shrm.tmpl | 2 +- arch/arm/mach-ux500/include/mach/shrm_driver.h | 1 + arch/arm/mach-ux500/include/mach/shrm_private.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/shrm.tmpl b/Documentation/DocBook/shrm.tmpl index b35e1bc4e0b..7f21cd3f7dd 100644 --- a/Documentation/DocBook/shrm.tmpl +++ b/Documentation/DocBook/shrm.tmpl @@ -109,6 +109,7 @@ This Section lists the API's provided by the SHRM driver used in transmission of RPC, AUDIO and SECURITY messages. !Edrivers/char/shrm_char.c + @@ -132,7 +133,6 @@ This Section lists some of the Data structure used by the SHRM driver. -!Iarch/arm/mach-ux500/include/mach/shrm.h !Iarch/arm/mach-ux500/include/mach/shrm_driver.h !Iarch/arm/mach-ux500/include/mach/shrm_private.h diff --git a/arch/arm/mach-ux500/include/mach/shrm_driver.h b/arch/arm/mach-ux500/include/mach/shrm_driver.h index 41f518238b3..36bb8413ad9 100644 --- a/arch/arm/mach-ux500/include/mach/shrm_driver.h +++ b/arch/arm/mach-ux500/include/mach/shrm_driver.h @@ -173,6 +173,7 @@ struct message_queue { * struct isadev_context - shrm char interface context * @dl_queue: structre to store the queue related info * @device_id: message id(ISI, RPC, AUDIO, SECURITY) + * @addr: device addresses. */ struct isadev_context { struct message_queue dl_queue; diff --git a/arch/arm/mach-ux500/include/mach/shrm_private.h b/arch/arm/mach-ux500/include/mach/shrm_private.h index 33a0e18234b..1f09e7bef94 100644 --- a/arch/arm/mach-ux500/include/mach/shrm_private.h +++ b/arch/arm/mach-ux500/include/mach/shrm_private.h @@ -61,6 +61,7 @@ typedef void (*MSG_PENDING_NOTIF)(const u32 Wptr); * @availablesize: available memory in fifo * @end_addr_fifo: fifo end addr * @fifo_virtual_addr: fifo virtual addr + * @fifo_update_lock: spin lock to update fifo. * * On writting a message to FIFO the same has to be read by the modem before * writing the next message to the FIFO. In oder to over come this a local -- cgit v1.2.3