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 A3824C001DE for ; Fri, 21 Jul 2023 20:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230105AbjGUUMR (ORCPT ); Fri, 21 Jul 2023 16:12:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229843AbjGUUMQ (ORCPT ); Fri, 21 Jul 2023 16:12:16 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AD71358B; Fri, 21 Jul 2023 13:12:15 -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 2FB1E7DB; Fri, 21 Jul 2023 20:12:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2FB1E7DB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1689970335; bh=cquo7MnY+jhuuXqKoMNAjoz1VAPkR7tIN7/uWpc73JI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=j5p2g+haqQ/tL/lspIe7wVbWuWqe8la1+A2yWLotkS20HjVk4E+5o7My6UZ5f6gix 5fa2UeAz+XkQcYX/nTN2AcqHZXUKwyaLOQltX12Zej1SJHtSJY64pNMIPVNxjiQeLs 0EaYBpquM4WQYcDYbfkiw0nRnm9d36L3PqpMo93ifjrBUqb1K4uixQUFKxeyG4h6uh 3r1FWrioPGZOhd452Ma39WYzi7Uc3zSfdgOHwWa/nH9VOv20sRIRgyVWsLlAhBUGzE 3vSGe8qoHZVnFlKmG3Mhze2yqZ88HvF0YrY+TBfAvscIlIcFRBu4krovHRPkJXds2Z VH9e2Q8laAbhg== From: Jonathan Corbet To: Avadhut Naik Cc: linux-doc@vger.kernel.org, carlos.bilbao@amd.com, linux-kernel@vger.kernel.org, avadnaik@amd.com Subject: Re: [PATCH] docs/sp_SP: Add translation of process/contribution-maturity-model In-Reply-To: <20230717181602.3468421-1-avadhut.naik@amd.com> References: <20230717181602.3468421-1-avadhut.naik@amd.com> Date: Fri, 21 Jul 2023 14:12:14 -0600 Message-ID: <87pm4lc9cx.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Avadhut Naik writes: > Translate Documentation/process/contribution-maturity-model.rst into > Spanish > > Signed-off-by: Avadhut Naik > Reviewed-by: Carlos Bilbao > --- > .../process/contribution-maturity-model.rst | 120 ++++++++++++++++++ > .../translations/sp_SP/process/index.rst | 1 + > 2 files changed, 121 insertions(+) > create mode 100644 Documentation/translations/sp_SP/process/contribution-maturity-model.rst > > diff --git a/Documentation/translations/sp_SP/process/contribution-maturity-model.rst b/Documentation/translations/sp_SP/process/contribution-maturity-model.rst > new file mode 100644 > index 000000000000..36a6f9727933 > --- /dev/null > +++ b/Documentation/translations/sp_SP/process/contribution-maturity-model.rst > @@ -0,0 +1,120 @@ > +.. SPDX-License-Identifier: GPL-2.0 > +.. include:: ../disclaimer-sp.rst > + > +:Original: :ref:`Documentation/process/contribution-maturity-model.rst` So that line creates this build warning: > Documentation/translations/sp_SP/process/contribution-maturity-model.rst:4: > WARNING: undefined label: documentation/process/contribution-maturity-model.rst Please be sure to do a docs build and ensure that you're not adding warnings before sending patches. The fix in this case is to make the line read simply: > :Original: Documentation/process/contribution-maturity-model.rst ...and all the right things happen. I've made that fix and applied the patch this time. Thanks, jon