Received: by 10.192.165.148 with SMTP id m20csp5506530imm; Wed, 9 May 2018 06:13:13 -0700 (PDT) X-Google-Smtp-Source: AB8JxZo/7dkrl+R2hGunYAoFUnVEyh86x3ri2G6WaXSlYsEv1JloHjlLHdyncra1w56n/S2NdkhC X-Received: by 2002:a63:a50a:: with SMTP id n10-v6mr36473510pgf.141.1525871593197; Wed, 09 May 2018 06:13:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525871593; cv=none; d=google.com; s=arc-20160816; b=Ppy3W7tmKM8hfTpHOPhwBF/jCwSWYopeaEdeYMfwmrBkVxZvkFf2+Rkq69m2B3GsaR Xuy41DZo9b0oVCd4a4jfr31vmq/TZDl2dxavnUNXzndGEjSbqLQHzMOTnD/VvSsdluDe P0GWSHPzaHzqQ8RlMFLcs7j0IDL8QCriULFbMs7so013s9jZNzFDF1mp7lHxaGGJeffU lRGkXgJlwwPAUFkht6KEfGcKt4T84S8Fu3u6aNlBHmIwf1mxP1k8QSvKRuuDBNZTHy3f A+mXfvBmaZH9Wc+wT3wbQ1F8vS7sMSXvnpvCEj+bEDWOtfJqKRwJx4CJ1EcYK8a2sk+/ 3cng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=MLkyw8bujJ63TybJZqaVSEKPaYoxet4PskIm2QdskqE=; b=JdVyX0uEkDpN3ufiNF5pXtOG6nYzTwkJRoFtIl8t1J+5aHbY2/fA4X5ZUSeKiTDj6f UKUO+ykUU4zMeO8DkZYE2hDNDts9joRQOi8JjHEQC/n5ytxsPqjr/F/Y/FXXg3Mkn05V Bl07kgRC1QSTcHluaKYOqJq2aIvRqoKmBaHtQv0OVsyv09ynbnoAIX6ekfYiwCLpVHri 7+rSPjfVznRuC3tC84zZ+o/HIqjz4XCG7t6pXZjCFAWgs1dQzfQqydDoGTZHiZRUm91u zsE8MV5mcAT3UrghLBDCFBfKQWrzTfWDZaGVtC/jq4dF+ZfnWnPhKgrDdUGA0NTGE+j4 psLg== 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 a5si14649201pfc.106.2018.05.09.06.12.58; Wed, 09 May 2018 06:13:13 -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 S934979AbeEINLg (ORCPT + 99 others); Wed, 9 May 2018 09:11:36 -0400 Received: from ms.lwn.net ([45.79.88.28]:41682 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934706AbeEINLf (ORCPT ); Wed, 9 May 2018 09:11:35 -0400 Received: from localhost.localdomain (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 4E60C133D; Wed, 9 May 2018 13:11:34 +0000 (UTC) Date: Wed, 9 May 2018 07:11:32 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Evgeniy Polyakov , Linux Doc Mailing List , Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 18/18] w1: w1_io.c: fix a kernel-doc warning Message-ID: <20180509071132.069a5d5d@lwn.net> In-Reply-To: <20180509093218.5e566439@vento.lan> References: <702861525777419@web22j.yandex.ru> <20180509093218.5e566439@vento.lan> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 May 2018 09:32:18 -0300 Mauro Carvalho Chehab wrote: > > Looks good to me, thank you! > > What tree should this be forwarded to, or folks from linux doc will pick it up? > > > > Acked-by: Evgeniy Polyakov > > Jon prefers if this could go via the usual maintainer's tree. > > So, could you send it via yours? With the ack I can pick it up, no worries. I somehow missed this when I went through the set. Thanks, jon