Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1011073ybt; Fri, 19 Jun 2020 21:32:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZ9weEJ9Bz/nfAYuIyIllOJpLhHB5ILMzBWE3CHCiKF1vxuPRLgaEDAtiJt/pjr3U4SIT8 X-Received: by 2002:aa7:c69a:: with SMTP id n26mr6494196edq.2.1592627576382; Fri, 19 Jun 2020 21:32:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592627576; cv=none; d=google.com; s=arc-20160816; b=Q0ATjOaMt0QurM7YseNwHYAky7mSCcA8m5OAOG7Tufx8+hbgSgic/k30MWH/z9S51w MCxXB9xZ/ND572lFZMiSJ5iuo+a+7WVSo9weywPcNHYEM4mdy4TT9sXIrRBsKt2dBYx4 DLqDoYOFdNBHhWz3kKokWhN2dMOcwv73IuDqeF75YNq6Hel6zpOWmfFHVmf90hpeEBlC ujcXmp/kH8CfIK3/LgbLCb22uNLKbmNU+MZ50IoGTZxYJO1YnNnfYzG9QsY+hOusP+Qi w24RlwBx8IvFYPmEdBLvgj6eiBarsiQvRdwCX9puSuiQrL+TWG29X9A2YG2OzL21ZJxk L29Q== 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; bh=IaEVUaYFRjRZIEuSj8BB2nPVcGhAt4Un1aG0Wt0V9+A=; b=VM3Yoavpsb2wkfXSBwT10+s7HP9Y5uvSGIzgihiyc6qOk8ky6qF0hKVZrH1mmokTfw sf16DoInKGYUzj3E8WcaR9lwlhAW+3galHzFUROeGalYR0HyZwsy1uJO9G9r6augoiu+ HNsYF56KpUxhThtv9frGHl1FHmYZE83dsgEB1TfL0rv/GP+8kSPM/x/yKo5e/dcWoUvN aWM+QTLrfNt8kELOrF8apubNzeqFRcG/tqRckbeIksAfaSEYNMtyY/ybPIfIQ+sxp9Fp fM48Q1GlWSq1k/PHD+fqNijU+ItIloVDO1yUQy6LyoyNu1kMgHd6quffsLSasvsHQ9oe 7vNQ== 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 jz17si4894387ejb.243.2020.06.19.21.32.34; Fri, 19 Jun 2020 21:32:56 -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 S2388485AbgFST3V (ORCPT + 99 others); Fri, 19 Jun 2020 15:29:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388345AbgFST3U (ORCPT ); Fri, 19 Jun 2020 15:29:20 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0483C06174E; Fri, 19 Jun 2020 12:29:20 -0700 (PDT) Received: from lwn.net (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 5579C23B; Fri, 19 Jun 2020 19:29:20 +0000 (UTC) Date: Fri, 19 Jun 2020 13:29:19 -0600 From: Jonathan Corbet To: Federico Vaga Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc:it_IT: add symbol-namespace translation Message-ID: <20200619132919.30ab63e5@lwn.net> In-Reply-To: <20200614201053.59502-1-federico.vaga@vaga.pv.it> References: <20200614201053.59502-1-federico.vaga@vaga.pv.it> Organization: LWN.net 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 Sun, 14 Jun 2020 22:10:53 +0200 Federico Vaga wrote: > - add complete translation of symbol-namespaces.rst > - fix references to this page within the italian translation > - add document to main indexes > > Signed-off-by: Federico Vaga > --- > .../translations/it_IT/core-api/index.rst | 18 ++ > .../it_IT/core-api/symbol-namespaces.rst | 166 ++++++++++++++++++ > Documentation/translations/it_IT/index.rst | 5 +- > .../it_IT/kernel-hacking/hacking.rst | 4 +- > 4 files changed, 189 insertions(+), 4 deletions(-) > create mode 100644 Documentation/translations/it_IT/core-api/index.rst > create mode 100644 Documentation/translations/it_IT/core-api/symbol-namespaces.rst Applied, thanks. jon