From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 06085377E for ; Thu, 16 Apr 2015 05:41:13 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 15 Apr 2015 20:41:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,585,1422950400"; d="scan'208";a="481574403" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by FMSMGA003.fm.intel.com with ESMTP; 15 Apr 2015 20:41:12 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 16 Apr 2015 11:41:10 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX152.ccr.corp.intel.com ([10.239.6.52]) with mapi id 14.03.0224.002; Thu, 16 Apr 2015 11:41:09 +0800 From: "Ouyang, Changchun" To: Stephen Hemminger , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/5] virtio: remove useless new lines Thread-Index: AQHQd4/L3T1MsC+Z30+BT+w3SnxHO51O/vTg Date: Thu, 16 Apr 2015 03:41:09 +0000 Message-ID: References: <1429111219-8789-1-git-send-email-stephen@networkplumber.org> <1429111219-8789-2-git-send-email-stephen@networkplumber.org> In-Reply-To: <1429111219-8789-2-git-send-email-stephen@networkplumber.org> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/5] virtio: remove useless new lines X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 03:41:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Wednesday, April 15, 2015 11:20 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/5] virtio: remove useless new lines >=20 > There are several places in virtio with extra newlines between calling a > function and checking the result. > Remove them to improve readability. >=20 > Signed-off-by: Stephen Hemminger Acked-by: Changchun Ouyang