Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp458055imp; Wed, 20 Feb 2019 03:17:26 -0800 (PST) X-Google-Smtp-Source: AHgI3IYin2ZlUB2Se5FLs68xD2pR1D5FxarXhlmzaWGWx9ZJ6H5wOSLPt8PWl1L3I7okaoDyCVYl X-Received: by 2002:a63:e10:: with SMTP id d16mr28817029pgl.148.1550661446695; Wed, 20 Feb 2019 03:17:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550661446; cv=none; d=google.com; s=arc-20160816; b=OaeGg9dH5URHg6uUu7cTO6Q5JUKZYGpVcS4XD0UB4vJbdRhFsUU0Pkj5zeQcxfzRHz /vEaOWcUilV6YffhMbo2WdA2fQ8kYukFb48K2J9H4+etjGA8KeAHKU2xJmre8KN7ep7e nRyfNjVIDRIsborX5WdZQvE2zCpr3rc0+oTSH9qXXCOqZ9+Rvn/VHiQHf8vGFuzCxsAe el/5CYq+TD+fGrMRoRSPJRBug2CL6yz6NtGsMxL97QHNwhbJK9SKOJo7h36euYrQfqX4 HEU3Ivj1YSJvPJQkmjU1Bc5LYRbP8snoBASI7xkDqDGotj0Js7D1wTKSfi3NOGaAIsox f8HQ== 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; bh=Vrg1BkKGmQn0XGWK3DLqyDfnUoQ4kN9YA2QGTuWGb2c=; b=XJFBspOZs+UgXEt2HIvyfqsm/wlQrzDgc2beWHVUt48fnHh2G2KVdDlAFl5XeDacSA g6ZfckbqEOOMo+3+GP4K3C/8c1w4knlqV2tRQ78RNs21s2F/VQPVpwgZOwaIiakYVXoT YDRxliqTJdzj55Ija0LIdN5T0Pb37nZjVHbk+6e5dMbgG8mEFocmbGg8lKclmaVgsrxC wbuO8zQwvBsZcLZ90wGuxYXRnJ0Oib3k2u4GysAhgxkGkm9amWJsaKBHN4BgIlEbbfCP c2wpAQNcRCoU8m36teoZ03S0ouhfPNIuh9eFuiJoZZm2J/8lGZocTJT826Su9wTc6XFt tYhw== 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 k21si17995247pgb.514.2019.02.20.03.17.10; Wed, 20 Feb 2019 03:17:26 -0800 (PST) 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 S1727912AbfBTLQg (ORCPT + 99 others); Wed, 20 Feb 2019 06:16:36 -0500 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:54160 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727386AbfBTLQg (ORCPT ); Wed, 20 Feb 2019 06:16:36 -0500 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 32EF49E74A9; Wed, 20 Feb 2019 11:16:34 +0000 (GMT) Date: Wed, 20 Feb 2019 11:16:32 +0000 From: Jonathan Cameron To: Tomasz Duszynski Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iio: chemical: sps30: fix attribute kernel version Message-ID: <20190220111632.4e523380@archlinux> In-Reply-To: <20190215195759.31304-1-tduszyns@gmail.com> References: <20190215195759.31304-1-tduszyns@gmail.com> X-Mailer: Claws Mail 3.17.3 (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 Fri, 15 Feb 2019 20:57:59 +0100 Tomasz Duszynski wrote: > 4.22 has never existed and this change was actually added to 4.21 > hence fix the numbering. > > Signed-off-by: Tomasz Duszynski 4.21 isn't going to exist either. Current is targeting 5.0. https://elixir.bootlin.com/linux/v5.0-rc7/source/Makefile Hmm. Shy Crocodile :) Jonathan > --- > Documentation/ABI/testing/sysfs-bus-iio-sps30 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sps30 b/Documentation/ABI/testing/sysfs-bus-iio-sps30 > index 143df8e89d08..bef52f3e47bc 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio-sps30 > +++ b/Documentation/ABI/testing/sysfs-bus-iio-sps30 > @@ -1,6 +1,6 @@ > What: /sys/bus/iio/devices/iio:deviceX/start_cleaning > Date: December 2018 > -KernelVersion: 4.22 > +KernelVersion: 4.21 > Contact: linux-iio@vger.kernel.org > Description: > Writing 1 starts sensor self cleaning. Internal fan accelerates > -- > 2.20.1 >