Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure

The "struct" keyword is missing from the kernel-doc comment of the
nilfs_palloc_req structure, so add it to eliminate the following warning
output by the kernel-doc script:

fs/nilfs2/alloc.h:46: warning: cannot understand function prototype:
'struct nilfs_palloc_req '

Link: https://lkml.kernel.org/r/20240816074319.3253-5-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Ryusuke Konishi and committed by
Andrew Morton
89a6c177 60d8b01e

+1 -1
+1 -1
fs/nilfs2/alloc.h
··· 37 37 int nilfs_palloc_count_max_entries(struct inode *, u64, u64 *); 38 38 39 39 /** 40 - * nilfs_palloc_req - persistent allocator request and reply 40 + * struct nilfs_palloc_req - persistent allocator request and reply 41 41 * @pr_entry_nr: entry number (vblocknr or inode number) 42 42 * @pr_desc_bh: buffer head of the buffer containing block group descriptors 43 43 * @pr_bitmap_bh: buffer head of the buffer containing a block group bitmap