]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
exfat: add blank line after declarations
authorWilliam Hansen-Baird <william.hansen.baird@gmail.com>
Thu, 22 Jan 2026 00:04:34 +0000 (19:04 -0500)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 12 Feb 2026 12:21:51 +0000 (21:21 +0900)
commitc1f57406672ba6644ebc437b70a139115b68a0dc
tree02cb2da2d3d8e875176f75c5e329e634727df571
parent5e37a4577f95d93903c5754c6bac921ac39b557e
exfat: add blank line after declarations

Add a blank line after variable declarations in fatent.c and file.c.
This improves readability and makes code style more consistent
across the exfat subsystem.

Signed-off-by: William Hansen-Baird <william.hansen.baird@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/fatent.c
fs/exfat/file.c