mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
fs: fix inode.c kernel-doc warning
Fix inode.c kernel-doc fatal error: 2 comment sections have the same name: Error(fs/inode.c:1171): duplicate section name 'Note' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6213cfe824
commit
b6d0ad686d
1 changed files with 1 additions and 1 deletions
|
@ -1167,7 +1167,7 @@ EXPORT_SYMBOL(igrab);
|
|||
* Note: I_NEW is not waited upon so you have to be very careful what you do
|
||||
* with the returned inode. You probably should be using ilookup5() instead.
|
||||
*
|
||||
* Note: @test is called with the inode_hash_lock held, so can't sleep.
|
||||
* Note2: @test is called with the inode_hash_lock held, so can't sleep.
|
||||
*/
|
||||
struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval,
|
||||
int (*test)(struct inode *, void *), void *data)
|
||||
|
|
Loading…
Reference in a new issue