From: Randy Dunlap Date: Sat, 26 Mar 2011 20:27:47 +0000 (-0700) Subject: fs: fix inode.c kernel-doc warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b6d0ad686da95fa85ce0c583ec35017bf1583563;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Signed-off-by: Linus Torvalds --- diff --git a/fs/inode.c b/fs/inode.c index 05a1f75ae79..5f4e11aaeb5 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -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)