fs/proc: replace "__auto_type" with "const auto"
authorH. Peter Anvin <hpa@zytor.com>
Sun, 20 Jul 2025 06:54:10 +0000 (23:54 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 8 Dec 2025 23:32:15 +0000 (15:32 -0800)
commit75beb7effa0495ae6ef6481ed507d2b9ba4abb20
tree6e09b0ce3ced6e190338de206f5f475cb4e926ab
parentb3b8767c290102a8d95b9d12585cc1e03381ce3f
fs/proc: replace "__auto_type" with "const auto"

Replace use of "__auto_type" in fs/proc/inode.c with "const auto".

Suggested-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com>
fs/proc/inode.c