[dm-devel] [PATCH] libmultipath: Typo in condlog in select_flush_on_last_del

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Sep 2 10:27:40 UTC 2014


s/controler/controller/g

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libmultipath/propsel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c
index ee6cea6..e23d65c 100644
--- a/libmultipath/propsel.c
+++ b/libmultipath/propsel.c
@@ -630,7 +630,7 @@ select_flush_on_last_del(struct multipath *mp)
 	}
 	if (mp->hwe && mp->hwe->flush_on_last_del != FLUSH_UNDEF) {
 		mp->flush_on_last_del = mp->hwe->flush_on_last_del;
-		condlog(3, "%s: flush_on_last_del = %i (controler setting)",
+		condlog(3, "%s: flush_on_last_del = %i (controller setting)",
 			mp->alias, mp->flush_on_last_del);
 		return 0;
 	}
-- 
1.7.10.4




More information about the dm-devel mailing list