]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: clean up the rtinit() function
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:44 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:08 +0000 (15:37 -0700)
commit777807f26bf4d6acbcb4183b9ce75d10e6d73b9b
treecb3f3711945316467d5af16b7e0a093d38c973ed
parent98e101f3325c43c7bd50fa628bd6ea095305d6b3
mkfs: clean up the rtinit() function

Clean up some of the warts in this function, like the inconsistent use
of @i for @error, missing comments, and make this more visually pleasing
by adding some whitespace between major sections.  Some things are left
untouched for the next patch.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
mkfs/proto.c