]> 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>
Thu, 1 Aug 2024 00:07:28 +0000 (17:07 -0700)
commit5ad67c5d8bea52e0cc89627d34b562ed4f3dbedb
tree25a4330078ab6aa1a20a4cf77db5f7e1eee60aa7
parent31c06b6269b1ce9129b25999cf70f2d18077f45e
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