staging: android: Remove /** from regular comments
Fix 'cannot understand function prototype' and 'No description found for parameter' kernel-doc warnings by replacing /** with /* in regular comments Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7d92ea5d0d
commit
801b798c25
@ -82,14 +82,14 @@ struct ashmem_range {
|
|||||||
/* LRU list of unpinned pages, protected by ashmem_mutex */
|
/* LRU list of unpinned pages, protected by ashmem_mutex */
|
||||||
static LIST_HEAD(ashmem_lru_list);
|
static LIST_HEAD(ashmem_lru_list);
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* long lru_count - The count of pages on our LRU list.
|
* long lru_count - The count of pages on our LRU list.
|
||||||
*
|
*
|
||||||
* This is protected by ashmem_mutex.
|
* This is protected by ashmem_mutex.
|
||||||
*/
|
*/
|
||||||
static unsigned long lru_count;
|
static unsigned long lru_count;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* ashmem_mutex - protects the list of and each individual ashmem_area
|
* ashmem_mutex - protects the list of and each individual ashmem_area
|
||||||
*
|
*
|
||||||
* Lock Ordering: ashmex_mutex -> i_mutex -> i_alloc_sem
|
* Lock Ordering: ashmex_mutex -> i_mutex -> i_alloc_sem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user