9
0
Fork 0

state: fix missing newline in error message

Signed-off-by: Jan Luebbe <jluebbe@debian.org>
This commit is contained in:
Jan Luebbe 2015-07-08 14:16:22 +02:00
parent cb9695a3ea
commit 59835890e5
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ static int backend_raw_load_one(struct state_backend_raw *backend_raw,
max_len -= sizeof(header);
if (ret < 0) {
dev_err(&state->dev,
"cannot read header from backend device");
"cannot read header from backend device\n");
return ret;
}