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=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 3E854C433F8 for ; Thu, 25 Mar 2021 10:39:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E5B7461A40 for ; Thu, 25 Mar 2021 10:39:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230336AbhCYKjI (ORCPT ); Thu, 25 Mar 2021 06:39:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:53580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230173AbhCYKid (ORCPT ); Thu, 25 Mar 2021 06:38:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DA47661A2C; Thu, 25 Mar 2021 10:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616668712; bh=wrrYLBWnyLJ2Nn2/jedot7XUqegfjMKZxIQEc4fg+/w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FEY8vW+9Slf6gLgA+h2dXSozXcZ8+eEiWspQtnx9c85U12GrG9sU0q89tVF/HRMtm eOj6ywd0K7eK3wP44zXryqUv1h6wOdPTGbEAUfihqIkRjxVDE5ZpUEy1DSZ+F4NfHE k6Q/iaLmlZYKCJgErGU4g+9unFfqVKTBnPwXz3Xo6LGiZhuul2aWy+0E1WWJ6/eRxC KWwJAqbWLghTYisJH/lqYnqXzAwlnKB8MkDo4PVfVXW3SevTHBns7U8uRw2z9A8hdz UZvNxeC7IdkYw+TkCxyAB5LzZlTGcmXH6EtKrY+9F/cwommMyOp0f9GwKvQ962e9d8 vxCYrj0EIBNXw== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lPNNl-001Avg-CW; Thu, 25 Mar 2021 11:38:29 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet , Andrew Morton Cc: Mauro Carvalho Chehab , Greg Kroah-Hartman , John Hubbard , Minchan Kim , Stephen Rothwell , linux-kernel@vger.kernel.org Subject: [PATCH v2 7/7] ABI: sysfs-kernel-mm-cma: fix two cross-references Date: Thu, 25 Mar 2021 11:38:28 +0100 Message-Id: <87907316390311c6b42e86c3ba9fb2f2903d9499.1616668017.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change the text in order to generate cross-references for alloc_pages_success and alloc_pages_fail symbols. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-kernel-mm-cma | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-cma b/Documentation/ABI/testing/sysfs-kernel-mm-cma index 02b2bb60c296..86e261185561 100644 --- a/Documentation/ABI/testing/sysfs-kernel-mm-cma +++ b/Documentation/ABI/testing/sysfs-kernel-mm-cma @@ -5,12 +5,10 @@ Description: /sys/kernel/mm/cma/ contains a subdirectory for each CMA heap name (also sometimes called CMA areas). - Each CMA heap subdirectory (that is, each - /sys/kernel/mm/cma/ directory) contains the - following items: + Each CMA heap subdirectory contains the following items: - alloc_pages_success - alloc_pages_fail + - /sys/kernel/mm/cma//alloc_pages_success + - /sys/kernel/mm/cma//alloc_pages_fail What: /sys/kernel/mm/cma//alloc_pages_success Date: Feb 2021 -- 2.30.2