From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 2E3D59AD8 for ; Thu, 11 Jun 2015 17:38:24 +0200 (CEST) Received: by wigg3 with SMTP id g3so78409045wig.1 for ; Thu, 11 Jun 2015 08:38:23 -0700 (PDT) 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=H4lBjSES7kIu5k0+UP61mhqkGDhsL6FmXBkS5NsUlSY=; b=U63QLWR7xBj7IY261WcBdm0sNGCa8nw0IxRWKi/d1R/O+/zCnVpypyJG5NKCCCoJvV 0o6QvoqFEHmy9zCw2mgFjEmFXRGOsmnoZW0lRlcT+SgrMoNzGTJ7KsQBwJaTxOFA/erL ebFgA4gIJ80gmzhuVBBRbzwAIC3iKq8qSecxdlqbfo7/1ob2M88GKgHyWfOvTA5XJDeb RCpDj0uB3D5mEqQyB5tO5scSGgtp9ezYlwViURSia87i6hctsPi3+JkCs+uBKPM/rk2B f/YQGHnjSLDlNxi/PsYvouWa00LIjTPasUtAEWuX5BtzvJv0pQ/EH5M0W01XGd2rvdzu 9YJw== X-Gm-Message-State: ALoCoQnPYtmyPp3HJtyhByIg1vaeyOmiNPlt5ud+TZKLq5VmBH26Jqs/HvDmZaMR2BvyiVT3Ieqa X-Received: by 10.194.184.140 with SMTP id eu12mr17341877wjc.78.1434037103283; Thu, 11 Jun 2015 08:38:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lz17sm2147574wic.24.2015.06.11.08.38.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jun 2015 08:38:22 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 11 Jun 2015 17:37:25 +0200 Message-ID: <5860032.kKv9NsiBlW@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> References: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 0/9] whitespace cleanups 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, 11 Jun 2015 15:38:24 -0000 2015-06-04 07:43, Stephen Hemminger: > Ran the current code base through a script which: > - removes trailing whitespace > - removes space before tabs > - removes blank lines at end of file > > Stephen Hemminger (9): > kni: fix whitespace > eal: fix whitespace > cmdline: fix whitespace > vhost: fix trailing whitespace > lib: fix misc whitespace > app: fix whitespace > examples: fix whitespace > mk, scripts: remove useless blank lines > drivers: fix whitespace Applied, thanks