[lvm-devel] LVM2/lib/thin thin.c

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Jan 19 15:42:19 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-01-19 15:42:18

Modified files:
	lib/thin       : thin.c 

Log message:
	Thin indent update

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/thin/thin.c.diff?cvsroot=lvm2&r1=1.40&r2=1.41

--- LVM2/lib/thin/thin.c	2012/01/19 15:27:54	1.40
+++ LVM2/lib/thin/thin.c	2012/01/19 15:42:18	1.41
@@ -313,7 +313,7 @@
 	if (!dm_get_status_thin_pool(mem, params, &s))
 		return_0;
 
-        /* With seg report metadata percent, otherwice data percent */
+	/* With 'seg' report metadata percent, otherwice data percent */
 	if (seg) {
 		*percent = make_percent(s->used_metadata_blocks,
 					s->total_metadata_blocks);




More information about the lvm-devel mailing list