dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

Blame SOURCES/mdadm-fixed-some-trivial-typos-in-comments-of-mdadm.patch

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