summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-05-04 20:02:34 +0000
committerian <ian@FreeBSD.org>2013-05-04 20:02:34 +0000
commitbb1f3d8a1a78d5d22e93b5b4dc4754339b886d02 (patch)
tree31d3759b254c29f3968c36847193baf1d492a805 /sys/arm
parentd56690763627565edc11619a4b131c7642ea0691 (diff)
downloadFreeBSD-src-bb1f3d8a1a78d5d22e93b5b4dc4754339b886d02.zip
FreeBSD-src-bb1f3d8a1a78d5d22e93b5b4dc4754339b886d02.tar.gz
Fix comment block formatting.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/db_trace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arm/arm/db_trace.c b/sys/arm/arm/db_trace.c
index 2ade6c53..7f16028 100644
--- a/sys/arm/arm/db_trace.c
+++ b/sys/arm/arm/db_trace.c
@@ -407,7 +407,8 @@ db_stack_trace_cmd(struct unwind_state *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
OpenPOWER on IntegriCloud