summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_balloc.c')
-rw-r--r--sys/gnu/ext2fs/ext2_balloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/gnu/ext2fs/ext2_balloc.c b/sys/gnu/ext2fs/ext2_balloc.c
index 44d75ae34a2d..cda6aa7a22d6 100644
--- a/sys/gnu/ext2fs/ext2_balloc.c
+++ b/sys/gnu/ext2fs/ext2_balloc.c
@@ -135,8 +135,8 @@ ext2_debug("ext2_balloc called (%d, %d, %d)\n",
printf("nsize %d(%d) > osize %d(%d) nb %d\n",
(int)nsize, (int)size, (int)osize,
(int)ip->i_size, (int)nb);
- panic("ext2_balloc: "
- "Something is terribly wrong\n");
+ panic(
+ "ext2_balloc: Something is terribly wrong");
/*
* please note there haven't been any changes from here on -
* FFS seems to work.
@@ -174,7 +174,7 @@ ext2_debug("ext2_balloc called (%d, %d, %d)\n",
return(error);
#if DIAGNOSTIC
if (num < 1)
- panic ("ext2_balloc: ufs_bmaparray returned indirect block\n");
+ panic ("ext2_balloc: ufs_bmaparray returned indirect block");
#endif
/*
* Fetch the first indirect block allocating if necessary.