Received: by 10.213.65.68 with SMTP id h4csp676310imn; Sun, 25 Mar 2018 10:06:06 -0700 (PDT) X-Google-Smtp-Source: AG47ELsKfu8n7bLQcYJ+pIK1nGokQhrqvUaoQuz41zITp9IR/q9DcaroBhG8Jxl8wxpfnIAKtEva X-Received: by 10.101.97.205 with SMTP id j13mr12470866pgv.266.1521997566008; Sun, 25 Mar 2018 10:06:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521997565; cv=none; d=google.com; s=arc-20160816; b=a6w2GFa4zjBy1mCu4VJCoalpxzedR+IUDFaWSfte7o37SJdMHSLVNY2z7FSpXEeuRF CVHhqx97kYo+UJsMzO5iBlj1+zr8PIrnhe87NwqH6C8c43seAAKD4Mqknlq896WRi3fQ oP8hVu+qvx28yNOxLZtOOIZHQwSJPPSJ3fAgqEmOb05z0cfvo9xLBvfIQ4s+RZMmxhPM ndcY2IFxrS+BQxCB4wj0U8xiqwJKZPY3cMniJOdIdzrAjz0KhLMFkoSn8eNZwplBj+D+ tdEVjBMIXCVXslGChsaVd5hbHW6/li18CHssP0ZrxI5hHPZ/+vU6BINqDqDg9JuVCUkG g3lQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dmarc-filter:arc-authentication-results; bh=5PBgTAnLc4wyRoIY3TCO5D+eQMRRmaIl26QoEQsF4UI=; b=vaQZJdddiXRrpgVDzLu8PfTHndqSmnc45fbpwDQPRx5JXkGO55PoV5vcRBzFGL6QSb DrAYyMuHj0NgAUs5Jj5MNh9OA+fexoYGc9JM/Di0RAzvvuEuw2vla1Xo6rIpnDcpx7LN NJ1GXe89unS/USvFwLhs7ZTI56NvB/xwbbA6vUPXK91XORqFC0vlzT0kLFEJ97Giv4o2 DdTskBwRjy4a5QGHU2vqImzzZECItpmgkJgwZ1FbpbOahXkLOemq2/4TchAFLl7pyXk/ 5Wwnx5F1g7HQOF2hpSfDLVmlJPOvjRl7J8ARuNEOGUfwRH2FDj447opVFzJMBLVovlzF 9jFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h10si4178764pgf.715.2018.03.25.10.05.51; Sun, 25 Mar 2018 10:06:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753740AbeCYQ4c (ORCPT + 99 others); Sun, 25 Mar 2018 12:56:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:46858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753482AbeCYQ4a (ORCPT ); Sun, 25 Mar 2018 12:56:30 -0400 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1F486217BA; Sun, 25 Mar 2018 16:56:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F486217BA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jic23@kernel.org Date: Sun, 25 Mar 2018 17:56:24 +0100 From: Jonathan Cameron To: Joe Perches Cc: William Breathitt Gray , knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, benjamin.gaignard@st.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface Message-ID: <20180325175624.4cdaaefe@archlinux> In-Reply-To: <1521963970.24655.16.camel@perches.com> References: <20180324173358.571e2fd8@archlinux> <1521963970.24655.16.camel@perches.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 25 Mar 2018 00:46:10 -0700 Joe Perches wrote: > On Sat, 2018-03-24 at 17:33 +0000, Jonathan Cameron wrote: > > checkpatch.pl --strict (but take into account some of the warnings will > > be silly so don't fix them all). > > What checkpatch output is silly? Sorry - bad word choice. It guides you to where you should look very well, but sometimes the patch author should consider the warning and decide to ignore it. Great tool - not magic! Jonathan > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html