Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 20:02:34 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250254 - head/sys/arm/arm
Message-ID:  <201305042002.r44K2YWi022996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sat May  4 20:02:34 2013
New Revision: 250254
URL: http://svnweb.freebsd.org/changeset/base/250254

Log:
  Fix comment block formatting.

Modified:
  head/sys/arm/arm/db_trace.c

Modified: head/sys/arm/arm/db_trace.c
==============================================================================
--- head/sys/arm/arm/db_trace.c	Sat May  4 19:59:35 2013	(r250253)
+++ head/sys/arm/arm/db_trace.c	Sat May  4 20:02:34 2013	(r250254)
@@ -407,7 +407,8 @@ db_stack_trace_cmd(struct unwind_state *
 		}
 		db_printf("\n");
 
-		/* Stop if directed to do so, or if we've unwound back to the
+		/*
+		 * Stop if directed to do so, or if we've unwound back to the
 		 * kernel entry point, or if the unwind function didn't change
 		 * anything (to avoid getting stuck in this loop forever).
 		 * If the latter happens, it's an indication that the unwind



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042002.r44K2YWi022996>