From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757637AbbCPOsV (ORCPT ); Mon, 16 Mar 2015 10:48:21 -0400 Received: from smtp.citrix.com ([66.165.176.89]:63517 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757274AbbCPOsS (ORCPT ); Mon, 16 Mar 2015 10:48:18 -0400 X-IronPort-AV: E=Sophos;i="5.11,409,1422921600"; d="scan'208";a="243757702" Message-ID: <5506ED2B.7000603@citrix.com> Date: Mon, 16 Mar 2015 14:48:11 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Tao Chen , , , , CC: , , , , Subject: Re: [Xen-devel] [PATCH v4] xen-scsiback: define a pr_fmt macro with xen-pvscsi References: <1426020558-32311-1-git-send-email-boby.chen@huawei.com> In-Reply-To: <1426020558-32311-1-git-send-email-boby.chen@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/03/15 20:49, Tao Chen wrote: > Add the {xen-pvscsi: } prefix in pr_fmt and remove DPRINTK, then > replace all DPRINTK with pr_debug. > > Also fixed up some comments just as eliminate redundant whitespace > and format the code. > > These will make the code easier to read. Applied to devel/for-linus-4.1, thanks. David