Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752392AbdI0PCR (ORCPT ); Wed, 27 Sep 2017 11:02:17 -0400 Received: from 8bytes.org ([81.169.241.247]:43524 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751907AbdI0PCO (ORCPT ); Wed, 27 Sep 2017 11:02:14 -0400 Date: Wed, 27 Sep 2017 17:02:11 +0200 From: Joerg Roedel To: Arvind Yadav Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd: pr_err() strings should end with newlines Message-ID: <20170927150211.e6vr2tpwxr5iautm@8bytes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 429 Lines: 11 On Tue, Sep 26, 2017 at 01:07:46PM +0530, Arvind Yadav wrote: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. So replace '/n' with '\n'. > > Signed-off-by: Arvind Yadav > --- > drivers/iommu/amd_iommu_init.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Thanks, I completly missed that in the review. Applied the patch to iommu/fixes.