]> git.ipfire.org Git - thirdparty/linux.git/commit
nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc
authorRyusuke Konishi <konishi.ryusuke@gmail.com>
Fri, 19 Dec 2025 18:04:27 +0000 (03:04 +0900)
committerViacheslav Dubeyko <slava@dubeyko.com>
Mon, 22 Dec 2025 23:45:29 +0000 (15:45 -0800)
commit6fd8a09f48d6fee184207f4e15e939898a3947f9
tree8e51c55df34ea510af5c97721032f5274481531f
parentcb8fe62f87ad21f4c174aec480694c9b4b8b01c4
nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc

Eliminate the following kernel-doc warnings in nilfs2_api.h:

Warning: include/uapi/linux/nilfs2_api.h:65 cannot understand function
 prototype: 'struct nilfs_suinfo'
Warning: include/uapi/linux/nilfs2_api.h:101 cannot understand function
 prototype: 'struct nilfs_suinfo_update'

This ensures that the documentation for nilfs_suinfo and
nilfs_suinfo_update is correctly parsed and generated by adding the
missing 'struct' keyword to their kernel-doc comments.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
include/uapi/linux/nilfs2_api.h