From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68171EB64DC for ; Thu, 22 Jun 2023 17:06:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbjFVRGx (ORCPT ); Thu, 22 Jun 2023 13:06:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbjFVRGv (ORCPT ); Thu, 22 Jun 2023 13:06:51 -0400 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03DB6B7 for ; Thu, 22 Jun 2023 10:06:48 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2354324002A for ; Thu, 22 Jun 2023 19:06:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1687453607; bh=2yrkWe5PjoRhAiyrPn41nPH/DmbJQSKAPmoJHoPXIig=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=js0+gzZfygF4KmpdJukkxv0V4dSah/zz23KA/rfrRIwcvlNq743t73hIddfdGTcba KmFkRVqF09Ss43yzvUgD3Cdr9ewvz4ntjJN3ePvo2YoOYcJDbHjrXvkq/VgKamMHUM BeulNXUPyQhbBwKLpyKwDlWyaNknvWLvt/LALDOmNjN9jvqwHHC91vSjBL9EL8vZfP /2LIXl8gh6JmBOdh8WiJChOG1OXB2u2g0OXjxgycMR9ZMNE+pJSug9FR+sk4E/HCJ0 PXwz8VbjsdoOHMNi9EkG3GiGkll8XkMJtraTD0oB/SXfV/DcVRcRSMskneHs17Gm7k 5VgEmyPYt1PFw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Qn6Gt0QPZz6tvC; Thu, 22 Jun 2023 19:06:45 +0200 (CEST) Date: Thu, 22 Jun 2023 17:06:45 +0000 From: Wilken Gottwalt To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, Jean Delvare , Jonathan Corbet , linux-hwmon@vger.kernel.org Subject: Re: [PATCH] hwmon: corsair-psu: add support for reading PWM values and mode Message-ID: <20230622190645.403dd36b@posteo.net> In-Reply-To: <75153707-e115-d6f8-0f47-ac678aebedd4@roeck-us.net> References: <75153707-e115-d6f8-0f47-ac678aebedd4@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Jun 2023 07:00:28 -0700 Guenter Roeck wrote: > On 6/22/23 00:47, Wilken Gottwalt wrote: > > Also updates the documentation and comments accordingly. Fixes several > > typos and updates the coding style to be more uniform. > > > > Signed-off-by: Wilken Gottwalt > > I don't mind minor cleanups combined with functional changes, but this is > too much. Please split into two patches. Oh, this is fine. I already spotted another typo in the newly added PWMs in the documentation. greetings, Will