This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/lib/thin thin.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]