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 DCF0EC7EE2F for ; Fri, 3 Mar 2023 11:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230394AbjCCLt4 (ORCPT ); Fri, 3 Mar 2023 06:49:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229843AbjCCLty (ORCPT ); Fri, 3 Mar 2023 06:49:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B60FD3B21C; Fri, 3 Mar 2023 03:49:53 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2E226617B4; Fri, 3 Mar 2023 11:49:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29830C433D2; Fri, 3 Mar 2023 11:49:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677844192; bh=0UXeGYnLoWvJV4L8O45twO8zDh/1/FqCRlgMkHoKprY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j++GBT0NlIzpJtQHwc3E68Lk+eztar2U37VJ6gyQmk4ECm4A+JfuGq1mysck0nv4e pyk6k/lnv6r6qvIIH795PfKLDsI2L1Sp9AKCXu9X7ql/3UgIs5Tq46h5y+cJjnjlpu WSPmjVh/q58nGnDwcKq5hlatk8kr5hul/maVuF2UmfNz2SSEGXcMCPDIeRKM/b25C9 NoAJjpa1wp0MTQsgGqH5FpfEnfEWVAqpe3KXLsSJwCIDj0k0xmCa6aJT/uvRuKPMHY g7zzBn4bND/m6hq58WoM8EfvYWkqTOx0l81WaYkk76upZ0DAJIfFHuThXiKA2R8QtC g1iOdV6Ux6gNQ== Date: Fri, 3 Mar 2023 11:49:48 +0000 From: Lee Jones To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Pavel Machek , Johannes Berg , Richard Purdie , Andrew Morton , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] leds: Fix reference to led_set_brightness() in doc Message-ID: <20230303114948.GG2420672@google.com> References: <20230218-typo-led-set-v1-1-3c35362a2f2d@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230218-typo-led-set-v1-1-3c35362a2f2d@weissschuh.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 18 Feb 2023, Thomas Weißschuh wrote: > The referenced function led_classdev_brightness_set() never existed. > > Fixes: 5ada28bf7675 ("led-class: always implement blinking") > Signed-off-by: Thomas Weißschuh > --- > include/linux/leds.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks -- Lee Jones [李琼斯]