From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id A07715A32 for ; Fri, 23 Oct 2015 18:58:34 +0200 (CEST) Received: by padhk11 with SMTP id hk11so123149193pad.1 for ; Fri, 23 Oct 2015 09:58:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=d7nhb8Guuh6iGkZaMMnowbaDc4sET3MEfC62XQqIZlU=; b=X7ZZnCjNK3f/hOG9K7Tdy0584WdIAL1KWYebPeF+6JAk/29wQW8yvpiKQZbVZg16Di xFLzxQrTEF85aalMHq+KfP+CpUXhnu/SnCZ0mutIg+F/gSeec1GvUPqwsT7LmDShOn3e odV3kof4w6fBASt7qgmk/aa6qkseU/PRL/8x4D780lA8LnB7Qftck2/INPxHvxxkM/tc 1sCjaJ0K+HBOLF3dHANeaHAtgd5A9mwl9Xi+si8zzG90em/S7yCc5zZUpVY4ifJ8RI1n e0srJ7MBNJNvUvNC/3NjkjH4JzJcU5ktfFAQJSdkNL7UCG6QT1QFVLGzQcEPl7P7ayia Kveg== X-Gm-Message-State: ALoCoQlNR+Odiu9kHdn6dl5xFGRK6mxVpmZaUrBXioTfG0aFehMcPIXW364yc6ljIjDUwyzqsvCZ X-Received: by 10.68.225.66 with SMTP id ri2mr6038979pbc.59.1445619513956; Fri, 23 Oct 2015 09:58:33 -0700 (PDT) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id yg2sm19883136pbb.79.2015.10.23.09.58.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Oct 2015 09:58:33 -0700 (PDT) Date: Fri, 23 Oct 2015 09:58:42 -0700 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20151023095842.5249bdee@xeon-e3> In-Reply-To: <4288301.N0F7Gaqfh8@xps13> References: <1445615606-3885-1-git-send-email-thomas.monjalon@6wind.com> <1445615606-3885-2-git-send-email-thomas.monjalon@6wind.com> <20151023090325.3a83fa0c@xeon-e3> <4288301.N0F7Gaqfh8@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] scripts: add checkpatch wrapper 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: Fri, 23 Oct 2015 16:58:34 -0000 On Fri, 23 Oct 2015 18:34:23 +0200 Thomas Monjalon wrote: > > LINUX_VERSION_CODE > > It is used for out-of-tree modules. Actually for the kernel modules, all flags should be enabled. It is kernel code and it should follow the kernel style conventions.