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 2AF9BCCA479 for ; Thu, 7 Jul 2022 18:54:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236520AbiGGSy1 (ORCPT ); Thu, 7 Jul 2022 14:54:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235662AbiGGSy0 (ORCPT ); Thu, 7 Jul 2022 14:54:26 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E94F2AC45; Thu, 7 Jul 2022 11:54:26 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (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 98E98784; Thu, 7 Jul 2022 18:54:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 98E98784 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1657220065; bh=/fMlRf3BBiH/y93ZsQHiL7t7Abbfscbt0cKNfAWYzk4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=l6amQO03x3OqUce5kRG/390r2EX/q8YrX1e6aGN/L1PbQbt593fTX3QUrnRl2F0ED I+H0WL9n1gvoIUxlFOSd6o491UzVtidx4R0mIKHiSxpMXB46BcWEAYjYlYbQAkAOKx Yvp8EWr0DBOIonr95HiTvzNpkRK75NeG13L2M3J5Jd6vWZfN+TNUbBOW6QJcy2CcPs /X+Zks2+z7cAuyV+uZeFosNGNHa1JU0Hagtib82Dkf0VMuCaJxwpQ28ZCLtgRONgdZ cSAoaQdKHlDu8N9FNmYeCILWTr2ruYi8941LNmxZcShChPVd9zdjj313LDuVTCtIMm mcthwisLlmP5w== From: Jonathan Corbet To: Thierry Reding Cc: Dipen Patel , Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , Jonathan Hunter , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH 02/12] docs: tegra194-hte.rst: don't include gpiolib.c twice In-Reply-To: References: <7e536472-60cd-c81f-254e-bab9fda7ed37@nvidia.com> Date: Thu, 07 Jul 2022 12:54:24 -0600 Message-ID: <87edywbvof.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thierry Reding writes: > here's another one that applies on top of that earlier patch. Can you > apply this to your tree? Done. Thanks, jon