|
|
2c1b57 |
From 7054da69c778a69ea5e83965bb15620ad5e9e053 Mon Sep 17 00:00:00 2001
|
|
|
2c1b57 |
From: Zhilong Liu <zlliu@suse.com>
|
|
|
2c1b57 |
Date: Mon, 20 Mar 2017 13:20:06 +0800
|
|
|
2c1b57 |
Subject: [RHEL7.5 PATCH 011/169] mdadm:fixed some trivial typos in
|
|
|
2c1b57 |
comments of mdadm.h
|
|
|
2c1b57 |
|
|
|
2c1b57 |
mdadm.h: fixed some trivial typos in comments
|
|
|
2c1b57 |
|
|
|
2c1b57 |
Signed-off-by: Zhilong Liu <zlliu@suse.com>
|
|
|
2c1b57 |
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
|
|
|
2c1b57 |
---
|
|
|
2c1b57 |
mdadm.h | 4 ++--
|
|
|
2c1b57 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
2c1b57 |
|
|
|
2c1b57 |
diff --git a/mdadm.h b/mdadm.h
|
|
|
2c1b57 |
index 71b8afb..91fd9eb 100644
|
|
|
2c1b57 |
--- a/mdadm.h
|
|
|
2c1b57 |
+++ b/mdadm.h
|
|
|
2c1b57 |
@@ -552,7 +552,7 @@ struct mdstat_ent {
|
|
|
2c1b57 |
char devnm[32];
|
|
|
2c1b57 |
int active;
|
|
|
2c1b57 |
char *level;
|
|
|
2c1b57 |
- char *pattern; /* U or up, _ for down */
|
|
|
2c1b57 |
+ char *pattern; /* U for up, _ for down */
|
|
|
2c1b57 |
int percent; /* -1 if no resync */
|
|
|
2c1b57 |
int resync; /* 3 if check, 2 if reshape, 1 if resync, 0 if recovery */
|
|
|
2c1b57 |
int devcnt;
|
|
|
2c1b57 |
@@ -742,7 +742,7 @@ struct reshape {
|
|
|
2c1b57 |
unsigned long long new_size; /* New size of array in sectors */
|
|
|
2c1b57 |
};
|
|
|
2c1b57 |
|
|
|
2c1b57 |
-/* A superswitch provides entry point the a metadata handler.
|
|
|
2c1b57 |
+/* A superswitch provides entry point to a metadata handler.
|
|
|
2c1b57 |
*
|
|
|
2c1b57 |
* The superswitch primarily operates on some "metadata" that
|
|
|
2c1b57 |
* is accessed via the 'supertype'.
|
|
|
2c1b57 |
--
|
|
|
2c1b57 |
2.7.4
|
|
|
2c1b57 |
|