]> www.infradead.org Git - users/jedix/linux-maple.git/commit
blk-cgroup: fix kernel-doc warnings in header file
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 11 Jan 2025 06:27:36 +0000 (22:27 -0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 13 Jan 2025 14:46:55 +0000 (07:46 -0700)
commit4fa5c37012d71f6a39c4286ffabb9466f1728ba3
treed393722ba99c0d18b8d1ac30341edb49629d3b70
parent8337b029f788272f5273887ccefb8226404658ce
blk-cgroup: fix kernel-doc warnings in header file

Correct the function parameters and function names to eliminate
kernel-doc warnings:

blk-cgroup.h:238: warning: Function parameter or struct member 'bio' not described in 'bio_issue_as_root_blkg'
blk-cgroup.h:248: warning: bad line:
blk-cgroup.h:279: warning: expecting prototype for blkg_to_pdata(). Prototype was for blkg_to_pd() instead
blk-cgroup.h:296: warning: expecting prototype for pdata_to_blkg(). Prototype was for pd_to_blkg() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Josef Bacik <josef@toxicpanda.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: cgroups@vger.kernel.org
Link: https://lore.kernel.org/r/20250111062736.910383-1-rdunlap@infradead.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.h