diff options
author | ian <ian@FreeBSD.org> | 2013-05-04 20:02:34 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2013-05-04 20:02:34 +0000 |
commit | bb1f3d8a1a78d5d22e93b5b4dc4754339b886d02 (patch) | |
tree | 31d3759b254c29f3968c36847193baf1d492a805 | |
parent | d56690763627565edc11619a4b131c7642ea0691 (diff) | |
download | FreeBSD-src-bb1f3d8a1a78d5d22e93b5b4dc4754339b886d02.zip FreeBSD-src-bb1f3d8a1a78d5d22e93b5b4dc4754339b886d02.tar.gz |
Fix comment block formatting.
-rw-r--r-- | sys/arm/arm/db_trace.c | 3 |
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 |