Skip to content

Commit

Permalink
ext2: Fix some kernel-doc warnings
Browse files Browse the repository at this point in the history
The current code provokes some kernel-doc warnings:
fs/ext2/dir.c:417: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Bo Liu <liubo03@inspur.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Bo Liu authored and Jan Kara committed Nov 11, 2022
1 parent ab7720a commit d030bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ struct ext2_dir_entry_2 *ext2_find_entry (struct inode *dir,
return de;
}

/**
/*
* Return the '..' directory entry and the page in which the entry was found
* (as a parameter - p).
*
Expand Down

0 comments on commit d030bd1

Please sign in to comment.