From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from proxima.lasnet.de ([2a01:198:210:70::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZKpjN-0006fn-JK for barebox@lists.infradead.org; Thu, 30 Jul 2015 15:26:50 +0000 Received: from polaris.fritz.box (f053152215.adsl.alicedsl.de [78.53.152.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: polaris@lasnet.de) by proxima.lasnet.de (Postfix) with ESMTPSA id 953C5C1A2E for ; Thu, 30 Jul 2015 17:26:31 +0200 (CEST) From: Jan Luebbe Date: Thu, 30 Jul 2015 17:26:23 +0200 Message-Id: <1438269983-30931-2-git-send-email-jluebbe@debian.org> In-Reply-To: <1438269983-30931-1-git-send-email-jluebbe@debian.org> References: <1438269983-30931-1-git-send-email-jluebbe@debian.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/2] state: fix missing newline in error message To: barebox@lists.infradead.org Signed-off-by: Jan Luebbe --- common/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/state.c b/common/state.c index 1ff0e24..aa436fc 100644 --- a/common/state.c +++ b/common/state.c @@ -1279,7 +1279,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; } -- 2.1.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox