From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/amd: pr_err() strings should end with newlines Date: Wed, 27 Sep 2017 17:02:11 +0200 Message-ID: <20170927150211.e6vr2tpwxr5iautm@8bytes.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Arvind Yadav Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org 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. From mboxrd@z Thu Jan 1 00:00:00 1970 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 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.