Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp266216pxf; Thu, 25 Mar 2021 03:43:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyyXtf2uF8wZI8EuY3vrLA7rIsn1nV/dykqEUfOwEJhPkfwpstkyXlUcQgJQMrd7pC91uIf X-Received: by 2002:a17:906:b1d4:: with SMTP id bv20mr8758337ejb.46.1616668984535; Thu, 25 Mar 2021 03:43:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616668984; cv=none; d=google.com; s=arc-20160816; b=yAode7B3ZlZ4O9yXpo5lZM8UjQy1EpsY0+K9o758J8e+NF5dWrLfpIVcNKGPEsoOlA +kVTram7qY6VIncDjzRJqjfl4NVaRiPsXQYkp2LOiAIy/4A7qgtocrC950YCqIRUmmZp Tr/gvr3d10dBMaOqmGsd+BwSCPaG9uCy4rO4zCecFcTLbzDy0qePN4z+T2oTzfbu5kc9 vyxCJlGRaZva1IMeOolMK76F+yGmoVBlNjLn4g3EsKq+9yKBQ7Rx3ychzjjF1vYPMN8m IIYhrzNXeqT07AczFbKoypE0xHn9yCEiRFw4wTMbJJbq2uVSkUg4PaNv1ixd4EdDEXvP sFZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=V6uO59odnNPpX1TUyTFx10X00uu335NvPY+o1tu84Hc=; b=fHvY7et/j7qVjObMq+yIkTfImAGSgNIkvjOxB2q4jkXh5sVpnp9JWuYGeRxrHIa32W UEFmIKrTQEGYeuhoPVZjrZkWfO+1nv5h8XFJ8YTyyrsqEDyCRbBPPMqOoSQ3IIDZSqO1 oLGBQag6G4M25UCMYE80vUn+w4GbIs8RkS4vjb4M03TlLV7Jq4wHxgHxbrBXA4n8iIyX wGNDCPaQkpipLXkl2U4Lxc1VKi0s4+Ufuh/m/01xsNZL8TsGzSvMl0WzghwKwHHt+Mmh d7vPa1PNMaj6E/qeGfRtOqOwbAIzoZu3wW4rcRfZeJ/6xhHG20F2fEwyeZrROPqSmwak tQvw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r24si3988761ejs.40.2021.03.25.03.42.32; Thu, 25 Mar 2021 03:43:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229898AbhCYKle (ORCPT + 99 others); Thu, 25 Mar 2021 06:41:34 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:55298 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229989AbhCYKk6 (ORCPT ); Thu, 25 Mar 2021 06:40:58 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id C2D271C0B92; Thu, 25 Mar 2021 11:40:55 +0100 (CET) Date: Thu, 25 Mar 2021 11:40:55 +0100 From: Pavel Machek To: Rahul Tanwar Cc: arnd@kernel.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, kilobyte@angband.pl, rafael.j.wysocki@intel.com, john@phrozen.org, hmehrtens@maxlinear.com, ckim@maxlinear.com, qwu@maxlinear.com Subject: Re: [PATCH v2 1/1] leds: lgm: Improve Kconfig help Message-ID: <20210325104055.GA7247@amd> References: <468455e66ce27bc731fab08be8aeccedba2ed342.1616655898.git.rtanwar@maxlinear.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <468455e66ce27bc731fab08be8aeccedba2ed342.1616655898.git.rtanwar@maxlinear.com> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Remove unnecessary Kconfig symbol LEDS_BLINK > Improve Kconfig help text to make it more useful. >=20 > Signed-off-by: Rahul Tanwar Thanks for the patch, I applied it by hand. > +++ b/drivers/leds/blink/leds-lgm-sso.c > @@ -1,8 +1,8 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * Intel Lightning Mountain SoC LED Serial Shift Output Controller driver > + * Lightning Mountain SoC LED Serial Shift Output Controller driver > * > - * Copyright (c) 2020 Intel Corporation. > + * Copyright (c) 2021 Intel Corporation. > */ >=20 Not taking this. Talk to your lawyers why. > This electronic mail (including any attachments) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic mail or its contents (including any attachments) by persons other than the intended recipient(s) is strictly prohibited. If you have received this message in error, please notify us immediately by reply e-mail so that we may correct our internal records. Please then delete the original message (including any attachments) in its entirety. And talk to them about this, too. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmBcaLcACgkQMOfwapXb+vKLOwCcDSvcP03erg96B092dsoRYiiS bwAAnRv52cQJLQDG97vJ1hBCmvkBN3F1 =i/9B -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr--