From: Cristina Moraru <cristina.moraru09@gmail.com>
Date: Sat, 3 Oct 2015 15:20:47 +0000 (+0300)
Subject: staging: android: Remove kernel-doc typo
X-Git-Tag: firefly_0821_release~176^2~802^2~1230
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d92ea5d0ddafea25b532eb1c0721f7e73984a76;p=firefly-linux-kernel-4.4.55.git

staging: android: Remove kernel-doc typo

Fix 'No description found for parameter 'prot_mask'' and 'Excess
struct/union/enum/typedef member 'prot_masks' description in
'ashmem_area'' warnings by removing typo

Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c
index f9318003bd0b..6f277cab7c44 100644
--- a/drivers/staging/android/ashmem.c
+++ b/drivers/staging/android/ashmem.c
@@ -43,7 +43,7 @@
  * @unpinned_list:	The list of all ashmem areas
  * @file:		The shmem-based backing file
  * @size:		The size of the mapping, in bytes
- * @prot_masks:		The allowed protection bits, as vm_flags
+ * @prot_mask:		The allowed protection bits, as vm_flags
  *
  * The lifecycle of this structure is from our parent file's open() until
  * its release(). It is also protected by 'ashmem_mutex'