]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: android: Remove kernel-doc typo
authorCristina Moraru <cristina.moraru09@gmail.com>
Sat, 3 Oct 2015 15:20:47 +0000 (18:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 07:31:07 +0000 (08:31 +0100)
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>
drivers/staging/android/ashmem.c

index f9318003bd0b67490ffc9a192e92827bf7880fb5..6f277cab7c445b1d934f0e77ec3bbbea296a3a4b 100644 (file)
@@ -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'