summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/md/bcache/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index e7b29518a39a..a6f71de24f53 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -1491,7 +1491,7 @@ bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...)
set_bit(CACHE_SET_RO, &c->flags);
break;
case BCH_ON_ERROR_PANIC:
- panic(", panic forced after error\n");
+ panic("panic forced after error\n");
break;
}