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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4599ACA9EAF for ; Thu, 24 Oct 2019 18:02:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 16B5B205F4 for ; Thu, 24 Oct 2019 18:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503962AbfJXSC3 (ORCPT ); Thu, 24 Oct 2019 14:02:29 -0400 Received: from ms.lwn.net ([45.79.88.28]:42554 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406106AbfJXSC3 (ORCPT ); Thu, 24 Oct 2019 14:02:29 -0400 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 85371736; Thu, 24 Oct 2019 18:02:28 +0000 (UTC) Date: Thu, 24 Oct 2019 12:02:27 -0600 From: Jonathan Corbet To: Chris Packham Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] docs/core-api: memory-allocation: remove uses of c:func: Message-ID: <20191024120227.0bd1ae92@lwn.net> In-Reply-To: <20191022211438.3938-2-chris.packham@alliedtelesis.co.nz> References: <20191022211438.3938-1-chris.packham@alliedtelesis.co.nz> <20191022211438.3938-2-chris.packham@alliedtelesis.co.nz> 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 Wed, 23 Oct 2019 10:14:37 +1300 Chris Packham wrote: > These are no longer needed as the documentation build will automatically > add the cross references. > > Signed-off-by: Chris Packham > --- > > Notes: > It should be noted that kvmalloc() and kmem_cache_destroy() lack a > kerneldoc header, a side-effect of this change is that the :c:func: > fallback of making them bold is lost. This is probably best fixed by > adding a kerneldoc header to their source. > > Changes in v2: > - new > > Documentation/core-api/memory-allocation.rst | 49 +++++++++----------- > 1 file changed, 23 insertions(+), 26 deletions(-) So I can't get this patch to apply, and I can't even figure out why. If you take the patch from the list, can you apply it to a docs-next (or mainline) branch? Thanks, jon