From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/19] KNI checkpatch cleanup Date: Thu, 13 Oct 2016 23:15:20 +0200 Message-ID: <2641886.dnUZZFEUnk@xps13> References: <1474043212-15663-1-git-send-email-ferruh.yigit@intel.com> <20160926153938.7575-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by dpdk.org (Postfix) with ESMTP id F00426CB5 for ; Thu, 13 Oct 2016 23:15:22 +0200 (CEST) Received: by mail-qk0-f173.google.com with SMTP id f128so109480206qkb.1 for ; Thu, 13 Oct 2016 14:15:22 -0700 (PDT) In-Reply-To: <20160926153938.7575-1-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-26 16:39, Ferruh Yigit: > KNI checkpatch cleanup, mostly non-functional but cosmetic modifications. > Only functional change is related logging, switched to kernel dynamic > logging and compile time KNI debug options removed, some log message > levels updated. Applied, thanks Note that it is generally preferred to fix coding style when working on code changes and avoid mass cleanup.