From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA6BF78E9D for ; Thu, 21 Dec 2023 23:47:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=iwanders.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=iwanders.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=iwanders.net header.i=@iwanders.net header.b="N+6XTxKl" Received: by mail-qk1-f169.google.com with SMTP id af79cd13be357-78117e97becso67134485a.3 for ; Thu, 21 Dec 2023 15:47:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iwanders.net; s=google; t=1703202425; x=1703807225; darn=vger.kernel.org; h=references:in-reply-to:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=fsVUD3VufeS//NudK1mZpNpNjqh483A+CiJoPn/HOt0=; b=N+6XTxKlaC2HK9apPi5lF5yA9U9+v9+igO+KUZKmWzb0n3Us6OAR6OM3G+JISOmwz9 31dKEVtXKscWJtAEgklym9CqFS23Ek/8S17VlPx3WyqrVtq6ZYEzH2+EDIPr+3SFdVGr ux3u6ihviErkgeJXwFumSuIsCxF8qzfb+wwKQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703202425; x=1703807225; h=references:in-reply-to:message-id:date:subject:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fsVUD3VufeS//NudK1mZpNpNjqh483A+CiJoPn/HOt0=; b=TPOruer6pciZVXaDtXgI5+ek78w5ChanJM3pHQOoahjnbfc2/VNBrUW4F0z/+jIsCL zbFvJ1XvbAFfUp44Ih8B57AI5CQT2wSOC4dNY9ccK9Wn2q90MaTuv5Gd2uO324yqJA+h t98vrGm/p63v+R8IS7yijtcxbphPIyKwBw7Ee7Uf4hSp1Xjtz9hkZkyGGGG4IXHT+KZt 09od/4SU9UWBiOwXgK62tz0H+KkYDUQTIKBdS+FeyL8XzsqRNnkBv+jzNLpZrrd4yixt EQObP+0igcfFRHNGcrnKE8JUzhG5Kpd68IzHT8dGhnF+lSaO7px0cnjEWvSE3r1oogA5 LXBQ== X-Gm-Message-State: AOJu0YydzYn8X0SKqyhQwsdiUUy0NW9LAPyotIMGoZhMKEP8wunewr/h 3CjGvvP+SL4Y5UbhFHrDKb2+k6iDots/GQ== X-Google-Smtp-Source: AGHT+IGgeO55s3ldTAPyX28iP11/SY4z5r1rs1DkQ2IuOS9AvdwQW3R4/9nO6dEIKqII2xWc9D4G0Q== X-Received: by 2002:a05:620a:2843:b0:77e:fba3:757f with SMTP id h3-20020a05620a284300b0077efba3757fmr680867qkp.119.1703202424838; Thu, 21 Dec 2023 15:47:04 -0800 (PST) Received: from eagle.lan (24-246-30-234.cable.teksavvy.com. [24.246.30.234]) by smtp.gmail.com with ESMTPSA id j5-20020a05620a000500b0077d74f884d9sm993080qki.117.2023.12.21.15.47.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 15:47:04 -0800 (PST) From: Ivor Wanders To: rdunlap@infradead.org Cc: corbet@lwn.net, ivor@iwanders.net, jdelvare@suse.com, linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, linux@roeck-us.net, luzmaximilian@gmail.com Subject: Re: [PATCH v2] hwmon: clarify intent of fan min/max Date: Thu, 21 Dec 2023 18:46:46 -0500 Message-Id: <20231221234646.15776-1-ivor@iwanders.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: <6ec27515-d2c1-48f1-8935-55f0ae48e72b@infradead.org> References: <6ec27515-d2c1-48f1-8935-55f0ae48e72b@infradead.org> Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > (other than telling us what changed from v1 to v2) Appreciate the feedback! I'm new to this, so basically it means always use --cover-letter, I also noticed that I should have probably added some 'to' entries, the command suggested by lore moved the original 'to' fields to 'cc'. I'll be more diligent with the changelog in future contributions. Change was incorporating the feedback from [1], changing the comma into a period for all three changed sysfs entries. ~Ivor [1]: https://lore.kernel.org/linux-hwmon/40285311-8adc-4ca9-86ce-27c8b723a102@infradead.org/