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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AFF0C433DF for ; Thu, 25 Jun 2020 13:26:35 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6781E20702 for ; Thu, 25 Jun 2020 13:26:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="t8lUOqQv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6781E20702 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8khpeSFNkaoqeqQZ7ZSFylk5/IuuyATnKF5SfxkOuAY=; b=t8lUOqQvTAM+FIc90O6k1mITC 9Fkcg/clB+aO7waVWjoITmHlgNW0LMFrbfQenfD+iyxbTbhEgqLogp7Slzpf1X17Du42y+Wr5pKQD onzMWZdcTUmk0vJLZXZy4Wm+wa3zNdyIfqCfhAtp1kqZv5dQMamOYp4dMEt1KByauZzRSzblJjrTD zLFimd5llIVpwXDERtvKWMluFC5/q17stlkpVbDjxq46Ko3OEGXXvFgd3lfEeudzY5tY6xG4fVljl 8wFNlIR3WQhrl5XsJvQnz4bH77xRVwLMt8SLNrJtcTmtTnC69OjWQAadyGfBH0rf040PISdMn4LAF 4Ery7tT7w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1joRsI-0001pn-H6; Thu, 25 Jun 2020 13:25:06 +0000 Received: from ms.lwn.net ([2600:3c01:e000:3a1::42]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1joRsF-0001oD-Gr for linux-arm-kernel@lists.infradead.org; Thu, 25 Jun 2020 13:25:04 +0000 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id EC8762AE; Thu, 25 Jun 2020 13:24:50 +0000 (UTC) Date: Thu, 25 Jun 2020 07:24:49 -0600 From: Jonathan Corbet To: Lee Jones Subject: Re: [PATCH 01/10] mfd: wm8350-core: Supply description wm8350_reg_{un}lock args Message-ID: <20200625072449.4d3e3fca@lwn.net> In-Reply-To: <20200625071313.GM954398@dell> References: <20200625064619.2775707-1-lee.jones@linaro.org> <20200625064619.2775707-2-lee.jones@linaro.org> <20200625065608.GB2789306@kroah.com> <20200625071313.GM954398@dell> Organization: LWN.net MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Greg KH , stable@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, patches@opensource.cirrus.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 25 Jun 2020 08:13:13 +0100 Lee Jones wrote: > > Why are all of these documentation fixes for stable? > > Because they fix compiler warnings. > > Not correct? I am overjoyed to see people fixing docs build warnings, it is work that is desperately needed. That said, these warning fixes are probably not stable material; the problem is bigger and longer-term than that. Thanks, jon _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel