Blame SOURCES/0170-UPBZ-1352925-fix-typo.patch
|
|
c896fb |
---
|
|
|
c896fb |
multipath/main.c | 4 ++--
|
|
|
c896fb |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
c896fb |
|
|
|
c896fb |
Index: multipath-tools-130222/multipath/main.c
|
|
|
c896fb |
===================================================================
|
|
|
c896fb |
--- multipath-tools-130222.orig/multipath/main.c
|
|
|
c896fb |
+++ multipath-tools-130222/multipath/main.c
|
|
|
c896fb |
@@ -286,7 +286,7 @@ configure (void)
|
|
|
c896fb |
if (failed == 2 && conf->cmd == CMD_VALID_PATH)
|
|
|
c896fb |
printf("%s is not a valid multipath device path\n", conf->dev);
|
|
|
c896fb |
else
|
|
|
c896fb |
- condlog(3, "scope is nul");
|
|
|
c896fb |
+ condlog(3, "scope is null");
|
|
|
c896fb |
goto out;
|
|
|
c896fb |
}
|
|
|
c896fb |
if (conf->cmd == CMD_REMOVE_WWID) {
|
|
|
c896fb |
@@ -358,7 +358,7 @@ configure (void)
|
|
|
c896fb |
|
|
|
c896fb |
|
|
|
c896fb |
if (conf->cmd == CMD_VALID_PATH) {
|
|
|
c896fb |
- /* This only happens if find_multipaths is and
|
|
|
c896fb |
+ /* This only happens if find_multipaths and
|
|
|
c896fb |
* ignore_wwids is set.
|
|
|
c896fb |
* If there is currently a multipath device matching
|
|
|
c896fb |
* the refwwid, or there is more than one path matching
|