From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 21CC880CB for ; Mon, 24 Nov 2014 18:43:32 +0100 (CET) Received: by mail-wg0-f54.google.com with SMTP id l2so2473868wgh.13 for ; Mon, 24 Nov 2014 09:54:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=F42jlNNo15sXWxYR4tjMBhn1C0+fD4bDbJhMiHcmOHU=; b=VHuIHY7U+x7rfUGuLyzXHoMkmRqJWmIcXFYYy0LX7zSHg9uzAzjHHkpHpsFSxsTPDr M8j/Q0dOnRQRwMWqCeaHDFES5bvSfQ0anSVul5/CQqIbJXsTqsFdLS+XQ2zl6h2X1dvl 3hBvMPsfjQ4nxOlQt9cg/J8MHyEl1vxvvMAbM9K1dyhJ97bTylWd4A7FrL7/jEoJZWRX Gk49rDywO6f6cbXmy1HXBqRKigz6mUS57Xn4hBqMyAAeDSPHQLA8ySw4igluP18KN0mZ KKL9F9DUpzi1UVLtsPv/jyb1rSN9nw4kdY5Vw34J1I8tAG4ZlRMFbS7977/FwlbwkafQ 02/Q== X-Gm-Message-State: ALoCoQnnKCJ7/VTIjyJ4CfnAj4gZQP0MF6HM3hd2tqAn88Qp+p0mzgzylL0hsXoaG9tO7xdKCZV1 X-Received: by 10.180.21.140 with SMTP id v12mr24319643wie.44.1416851660779; Mon, 24 Nov 2014 09:54:20 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dc8sm13022068wib.7.2014.11.24.09.54.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 09:54:20 -0800 (PST) From: Thomas Monjalon To: "Doherty, Declan" Date: Mon, 24 Nov 2014 18:53:56 +0100 Message-ID: <1498550.NvOMiZcsRf@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC274244EC@IRSMSX101.ger.corp.intel.com> References: <1415362978-6306-1-git-send-email-declan.doherty@intel.com> <1498541.nlX6zYGF9a@xps13> <345C63BAECC1AD42A2EC8C63AFFC3ADC274244EC@IRSMSX101.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 0/7] link bonding 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: Mon, 24 Nov 2014 17:43:32 -0000 2014-11-24 16:24, Doherty, Declan: > Hey, sorry about that, I submitted the patchset without the typo fix. I'll resubmit the patchset now. > What version of checkpatch are you using, I don't get any warning for the missing spaces for the > version of the script with kernel 3.15 on Fedora I use the last one (3.18-rc6). There is now a check for common typos. It appears to be really convenient. -- Thomas