summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-14 09:42:59 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:10 +0200
commit079c8e0087da770a1daa749ad630bb8627d6191e (patch)
tree3d185e268a6461bc50b5397c6b1fdcc987bc0d56
parent71c53084e41266b6c837f48400dc8d9cd07d6e74 (diff)
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 <omprakash.pal@stericsson.com> Change-Id: Ibaa302ddbaa8e223b81bd047fceaf7c3b97af491 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23345 Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
-rw-r--r--Documentation/DocBook/shrm.tmpl2
-rw-r--r--arch/arm/mach-ux500/include/mach/shrm_driver.h1
-rw-r--r--arch/arm/mach-ux500/include/mach/shrm_private.h1
3 files changed, 3 insertions, 1 deletions
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.
</para>
!Edrivers/char/shrm_char.c
+
</chapter>
<chapter id="private">
@@ -132,7 +133,6 @@
<para>
This Section lists some of the Data structure used by the SHRM driver.
</para>
-!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
</chapter>
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