* [PATCH] libmultipath: add missing character '(' in select_prio()
@ 2016-11-07 8:45 tang.wenji
0 siblings, 0 replies; only message in thread
From: tang.wenji @ 2016-11-07 8:45 UTC (permalink / raw)
To: Christophe Varoqui; +Cc: zhang.kai16, dm-devel, tang wenji
From: tang wenji <tang.wenji@zte.com.cn>
Signed-off-by: tang wenji <tang.wenji@zte.com.cn>
---
libmultipath/propsel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c
index ec1fd92..cff9a33 100644
--- a/libmultipath/propsel.c
+++ b/libmultipath/propsel.c
@@ -417,7 +417,7 @@ select_prio (struct config *conf, struct path * pp)
mpe = find_mpe(conf->mptable, pp->wwid);
set_prio(conf->multipath_dir, mpe, "(LUN setting)");
set_prio(conf->multipath_dir, conf->overrides, "(overrides setting)");
- set_prio(conf->multipath_dir, pp->hwe, "controller setting)");
+ set_prio(conf->multipath_dir, pp->hwe, "(controller setting)");
set_prio(conf->multipath_dir, conf, "(config file default)");
prio_get(conf->multipath_dir, p, DEFAULT_PRIO, DEFAULT_PRIO_ARGS);
origin = "(internal default)";
--
2.8.1.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-07 8:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 8:45 [PATCH] libmultipath: add missing character '(' in select_prio() tang.wenji
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).