Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2514055ybi; Mon, 17 Jun 2019 06:12:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqymB/tbeHWIGDZCV6jnqeP+B14ZAdT4w6UwLYvccrI+c94pKsHOwwRBeReqDWpf9Rl2glQg X-Received: by 2002:a62:e301:: with SMTP id g1mr16685362pfh.119.1560777164936; Mon, 17 Jun 2019 06:12:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560777164; cv=none; d=google.com; s=arc-20160816; b=m5uwPCCg5uAe+V8lPOO1l0uF31m0yLucIlmJVKnBAaegEEy2cWmKm5TxWFNuk/REYH QgOw7dJ5L0TU/KofoZLp5cueyjHfg4krm00FmXo6DPzsmcN9KUexemPSMdqNXKZC6Ff3 J75A4Ynn+imetu4qErAlZ3ieLIYOZavO7gMDYOabHMVq+SVTLqa3wZcf86bxok0dNEFE 0PGtsR9VTqKtHOWDJyCQhS88YsEelYI52Zggp/etpOftzMZ9nwgKcd9ihS4sduO1ogbG q81EqObu12Wkxjady/7XhS1yLgR1dU2tTqChnIaSQB/KSqYn6NaHkCNd1bnWZYZSyHFQ vXCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=VPenS2oR5SwKYGqyPZEBT/FMa+zeiOyV26nMcS8gFPw=; b=GQJs//OGA3qjvbcndq8oROVedYYeykwxUByREgktZe6LEdnylgUlJL9pSNBDgBSAH6 3RQqCIvsoEWMskUCtPEfcF+47u5p8Rt+bWz9bKmfDIC5cGq/FFX9/I8yVf8LtxF7yNNz vxgvqk6RmouB4ak9F0g3wDaxfrcNo3hqbO07YbQn7c3I2d4Zn7xhKn9grW3WkfrHj4tb xdIVez3N8pS/urGFSueAgOyl9ahFTBcMv2PucBMFiHdyQ9IFAr2GJog2P9GdJ/js1YxF qo+wBNoNsl53jqkwH7nB8Lx5cHTIvQM7n7pEZEvvEyWA+6ihZHkPP2uNQqlD5B+KYHMy 8QBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e25si3689000pff.30.2019.06.17.06.12.27; Mon, 17 Jun 2019 06:12:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726736AbfFQNMY (ORCPT + 99 others); Mon, 17 Jun 2019 09:12:24 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46150 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725973AbfFQNMX (ORCPT ); Mon, 17 Jun 2019 09:12:23 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id DEE2880264; Mon, 17 Jun 2019 15:12:10 +0200 (CEST) Date: Mon, 17 Jun 2019 15:12:21 +0200 From: Pavel Machek To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Jacek Anaszewski , Dan Murphy , Rob Herring , Mark Rutland , linux-leds@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt Message-ID: <20190617131220.GD21113@amd> References: <79b9bf3388eb231da77c6a804862d21339262d0a.1560421387.git.mchehab+samsung@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5gxpn/Q6ypwruk0T" Content-Disposition: inline In-Reply-To: <79b9bf3388eb231da77c6a804862d21339262d0a.1560421387.git.mchehab+samsung@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --5gxpn/Q6ypwruk0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2019-06-13 07:23:15, Mauro Carvalho Chehab wrote: > There's a typo there: > ti_lmu.txt -> ti-lmu.txt >=20 > Signed-off-by: Mauro Carvalho Chehab Acked-by: Pavel Machek > @@ -6,7 +6,7 @@ up to 29V total output voltage. The 11-bit LED current is= programmable via > the I2C bus and/or controlled via a logic level PWM input from 60 uA to = 30 mA. > =20 > Parent device properties are documented in > -Documentation/devicetree/bindings/mfd/ti_lmu.txt > +Documentation/devicetree/bindings/mfd/ti-lmu.txt > =20 > Regulator properties are documented in > Documentation/devicetree/bindings/regulator/lm363x-regulator.txt --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --5gxpn/Q6ypwruk0T Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl0HkbQACgkQMOfwapXb+vIH5QCeKqYE0VNO+USbEO+mn6G8rRvD 4oYAoKoX8mQcIqKy3vs9fYFn8oXLd3Kh =pLB1 -----END PGP SIGNATURE----- --5gxpn/Q6ypwruk0T--