]> granicus.if.org Git - strace/blobdiff - statx.h
tests: check decoding of netlink smc_diag_msg attributes
[strace] / statx.h
diff --git a/statx.h b/statx.h
index 203728704534b2f52606f09c5d1424c495e132be..bd5b0477992ef405fd4a749f7756b06d4b5c19c1 100644 (file)
--- a/statx.h
+++ b/statx.h
@@ -40,7 +40,7 @@ typedef struct {
        uint32_t stx_mask; /* What results were written [uncond] */
        uint32_t stx_blksize; /* Preferred general I/O size [uncond] */
        uint64_t stx_attributes; /* Flags conveying information about the file
-                                   [uncond] */
+                                   [uncond] */
 
        uint32_t stx_nlink; /* Number of hard links */
        uint32_t stx_uid; /* User ID of owner */
@@ -52,7 +52,7 @@ typedef struct {
        uint64_t stx_size; /* File size */
        uint64_t stx_blocks; /* Number of 512-byte blocks allocated */
        uint64_t stx_attributes_mask; /* Mask to show what's supported in
-                                        stx_attributes */
+                                        stx_attributes */
 
        struct_statx_timestamp stx_atime; /* Last access time */
        struct_statx_timestamp stx_btime; /* File creation time */