summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ashmem.c
diff options
context:
space:
mode:
authorCristina Moraru <cristina.moraru09@gmail.com>2015-10-03 18:20:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 08:31:07 +0100
commit7d92ea5d0ddafea25b532eb1c0721f7e73984a76 (patch)
tree0a41aa3ed397fe1feee1b7bf8011e32c434a6bfe /drivers/staging/android/ashmem.c
parentbdddc22f071a365de205c8396d59f8d7ad1c86a9 (diff)
downloadop-kernel-dev-7d92ea5d0ddafea25b532eb1c0721f7e73984a76.zip
op-kernel-dev-7d92ea5d0ddafea25b532eb1c0721f7e73984a76.tar.gz
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>
Diffstat (limited to 'drivers/staging/android/ashmem.c')
-rw-r--r--drivers/staging/android/ashmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c
index f931800..6f277ca 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'
OpenPOWER on IntegriCloud