From nobody Sun May 10 21:55:18 2026 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 8E639C433EF for ; Fri, 22 Apr 2022 16:45:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389821AbiDVQsc (ORCPT ); Fri, 22 Apr 2022 12:48:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357337AbiDVQs3 (ORCPT ); Fri, 22 Apr 2022 12:48:29 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 30ADB5EBDD for ; Fri, 22 Apr 2022 09:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650645935; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=iRkZ/MlhVt4hFpcsFs4QSWVVxX1L4tCfV1bfk1REu+M=; b=ea2tDBnzFe0N/o1oZCDE34whu7pJsvje1RcX7Bkw54k44IErKYlsdaX83q9RF30falF9ts YjQHFjGJnwF+rWQ6Pxt/h81rrmL9lJUzX/WfqSXCIp1aXeVrVrSQbigFCW2qaj4If6tgdi C98/aJUCUQ7AuvNruHxAZLrzVZMSfcA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-264-pbnhvUw6MYGIrHBckTXuTg-1; Fri, 22 Apr 2022 12:45:31 -0400 X-MC-Unique: pbnhvUw6MYGIrHBckTXuTg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6094A101AA44; Fri, 22 Apr 2022 16:45:31 +0000 (UTC) Received: from jsavitz-csb.redhat.com (unknown [10.22.10.142]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE9482166B5E; Fri, 22 Apr 2022 16:45:30 +0000 (UTC) From: Joel Savitz To: linux-kernel@vger.kernel.org Cc: Joel Savitz , Zefan Li , Johannes Weiner , Jonathan Corbet , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, trivial@kernel.org Subject: [PATCH] Documentation: add missing angle bracket in cgroup-v2 doc Tejun Heo Date: Fri, 22 Apr 2022 12:45:26 -0400 Message-Id: <20220422164526.3464306-1-jsavitz@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Trivial addition of missing closing angle backet. Signed-off-by: Joel Savitz --- Documentation/admin-guide/cgroup-v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-= guide/cgroup-v2.rst index 69d7a6983f78..38aa01939e1e 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -1881,7 +1881,7 @@ IO Latency Interface Files io.latency This takes a similar format as the other controllers. =20 - "MAJOR:MINOR target=3D" =20 io.stat If the controller is enabled you will see extra stats in io.stat in --=20 2.27.0