summaryrefslogtreecommitdiff
path: root/md_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'md_p.h')
-rw-r--r--md_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/md_p.h b/md_p.h
index c7c4388b..c4846bab 100644
--- a/md_p.h
+++ b/md_p.h
@@ -112,7 +112,7 @@ typedef struct mdp_superblock_s {
/*
* Constant generic information
*/
- __u32 md_magic; /* 0 MD identifier */
+ __u32 md_magic; /* 0 MD identifier */
__u32 major_version; /* 1 major version to which the set conforms */
__u32 minor_version; /* 2 minor version ... */
__u32 patch_version; /* 3 patchlevel version ... */
@@ -196,4 +196,3 @@ static inline __u64 md_event(mdp_super_t *sb) {
}
#endif
-