提交 7d92ea5d 编写于 作者: C Cristina Moraru 提交者: Greg Kroah-Hartman

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: NCristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bdddc22f
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
* @unpinned_list: The list of all ashmem areas * @unpinned_list: The list of all ashmem areas
* @file: The shmem-based backing file * @file: The shmem-based backing file
* @size: The size of the mapping, in bytes * @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 * The lifecycle of this structure is from our parent file's open() until
* its release(). It is also protected by 'ashmem_mutex' * its release(). It is also protected by 'ashmem_mutex'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册