]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/statx.2: Properly align stx_dio_read_offset_align
authorJohn Garry <john.g.garry@oracle.com>
Thu, 19 Jun 2025 15:44:54 +0000 (15:44 +0000)
committerAlejandro Colomar <alx@kernel.org>
Sat, 28 Jun 2025 14:51:41 +0000 (16:51 +0200)
Align this member in struct statx with the members above it.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Message-ID: <20250619154455.321848-2-john.g.garry@oracle.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/statx.2

index ef7dbbcf9036ea1c75358d0813f776377ae17ee4..273d80711aa51a48b72dba344cadb7e64e70b9df 100644 (file)
@@ -73,7 +73,7 @@ struct statx {
     __u32 stx_atomic_write_segments_max;
 \&
     /* File offset alignment for direct I/O reads */
-    __u32   stx_dio_read_offset_align;
+    __u32 stx_dio_read_offset_align;
 };
 .EE
 .in