From patchwork Tue May 9 15:24:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minwoo Im X-Patchwork-Id: 13235890 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 30CB1C77B7C for ; Tue, 9 May 2023 15:25:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229477AbjEIPZA (ORCPT ); Tue, 9 May 2023 11:25:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236016AbjEIPYx (ORCPT ); Tue, 9 May 2023 11:24:53 -0400 Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B190044AF for ; Tue, 9 May 2023 08:24:52 -0700 (PDT) Received: by mail-pf1-x429.google.com with SMTP id d2e1a72fcca58-643b7b8f8ceso2550946b3a.1 for ; Tue, 09 May 2023 08:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683645892; x=1686237892; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Vyr+apyl4rf0JIzVOh3eQ3ozl2SeH9P0a8gHOxOKkIs=; b=jH+ZIQdAHDND6cvO/qCI04ZDNBlOTIXP5ufUkp/H2r8JTB95muW+mvfmPxAq+J3g1n G8u7Y48aBPQPezNhg5fsCMXtqRg5nUPf6tUcvYj2kRR54Ny4zzhTZ8MM0s8DYL0ry//A 1dP3baRphA7Yb5tXIjHDy3l56xalgio9oCuzLVewc/FvsfbRC6GVLrda9cvKFxX+kR3E Rklhzr8LjnNhOVhFv2jgNOx/Zi7hsqrm5Jbfs08fYRsOOiLfE1zRH1Y7y+KAwhH6teJ5 g6iQ5FA42x10lYwY3h0T1qUuRnUKHjpl7egIjM1eAZ2QqFRSOhbKZb4LpI+DSEQB1TOj v6Yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683645892; x=1686237892; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Vyr+apyl4rf0JIzVOh3eQ3ozl2SeH9P0a8gHOxOKkIs=; b=ae7/HYfJ6L6vXpMLAL2Op0QALbQphOLPdUmAqyyXx7X1XCtsIXgmrIjGTh56X1+cIN 7cQPOVgHCIP+dDTBXryv8Wn/t3gnsVSI19vtWcoWxlU1FpcmlP6wxESGTng9BW+AEuB6 vtw/tRW8PdzYv6FNpWv/fwmYkHzctCb2kbOYh/Wh+Y5ni3b5F87U+GX5BrotGg5jjbrW S0DRpNo3VAMytpZqjXWGXkvIDxo6F8YGDV1EX2eSYXz2LZ+Smvf2kjOJOHfpOV3nlMr+ ofL7qMnyuItXnhq6/UtkFvbs2Dkh1zJwDA+9sfFN/Tn5CY/kRQdxbMrxMFPXkKF/4KNw oqPw== X-Gm-Message-State: AC+VfDz21WkffIhkDTtnH8wl0XOLYwLipTWDihqEodGo2l4p7SeP1f/B LjLDm4D/9q+jJTPhI1AzGjxEVyUyxEk= X-Google-Smtp-Source: ACHHUZ4OLUMIpz/C9s5AvMa2qC8uAizriCj+aiq/qyh9FUJg+ndTLjWXS291fjHOp+/jIvPRL7BF1w== X-Received: by 2002:a05:6a00:16c4:b0:643:9dcd:abba with SMTP id l4-20020a056a0016c400b006439dcdabbamr21619366pfc.29.1683645891703; Tue, 09 May 2023 08:24:51 -0700 (PDT) Received: from localhost ([1.230.133.98]) by smtp.gmail.com with ESMTPSA id s4-20020a62e704000000b006414b2c9efasm1894351pfh.123.2023.05.09.08.24.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 May 2023 08:24:51 -0700 (PDT) From: Minwoo Im To: linux-cxl@vger.kernel.org, nvdimm@lists.linux.dev Cc: Dave Jiang , Dan Williams , Vishal Verma , Minwoo Im Subject: [ndctl PATCH 1/3] cxl/list: Fix typo in cxl-list documentation Date: Wed, 10 May 2023 00:24:25 +0900 Message-Id: <20230509152427.6920-2-minwoo.im.dev@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230509152427.6920-1-minwoo.im.dev@gmail.com> References: <20230509152427.6920-1-minwoo.im.dev@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org s/the returned the returned object/the returned object s/ellided/elided s/hierararchy/hierarchy s/specifed/specified s/identidier/identifier s/scenerios/scenarios Signed-off-by: Minwoo Im Reviewed-by: Dave Jiang --- Documentation/cxl/cxl-list.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/cxl/cxl-list.txt b/Documentation/cxl/cxl-list.txt index c64d65d3ffbe..838de4086678 100644 --- a/Documentation/cxl/cxl-list.txt +++ b/Documentation/cxl/cxl-list.txt @@ -18,9 +18,9 @@ instances along with some of their major attributes. Options can be specified to limit the output to specific objects. When a single object type is specified the return json object is an array of just those objects, when multiple objects types are specified the -returned the returned object may be an array of arrays with the inner -array named for the given object type. The top-level arrays are ellided -when the objects can nest under a higher object-type in the hierararchy. +returned object may be an array of arrays with the inner +array named for the given object type. The top-level arrays are elided +when the objects can nest under a higher object-type in the hierarchy. The potential top-level array names and their nesting properties are: "anon memdevs":: (disabled memory devices) do not nest @@ -34,7 +34,7 @@ The potential top-level array names and their nesting properties are: "endpoint decoders":: nest under endpoints, or ports (if endpoints are not emitted) or buses (if endpoints and ports are not emitted) -Filters can by specifed as either a single identidier, a space separated +Filters can be specified as either a single identifier, a space separated quoted string, or a comma separated list. When multiple filter identifiers are specified within a filter string, like "-m mem0,mem1,mem2", they are combined as an 'OR' filter. When multiple @@ -263,7 +263,7 @@ OPTIONS --buses:: Include 'bus' / CXL root object(s) in the listing. Typically, on ACPI systems the bus object is a singleton associated with the ACPI0017 - device, but there are test scenerios where there may be multiple CXL + device, but there are test scenarios where there may be multiple CXL memory hierarchies. ---- # cxl list -B