Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6d0ad68 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6213cfe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1167,7 +1167,7 @@ EXPORT_SYMBOL(igrab);
 * Note: I_NEW is not waited upon so you have to be very careful what you do
 * 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.
 * 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,
struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval,
		int (*test)(struct inode *, void *), void *data)
		int (*test)(struct inode *, void *), void *data)