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 0B6EFC7EE26 for ; Fri, 19 May 2023 14:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232119AbjESOyY (ORCPT ); Fri, 19 May 2023 10:54:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbjESOyW (ORCPT ); Fri, 19 May 2023 10:54:22 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E363A1; Fri, 19 May 2023 07:54:21 -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 E8AC0536; Fri, 19 May 2023 14:54:20 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net E8AC0536 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1684508061; bh=oNbOGv1xjVLFnW6KJA63GPZAraF5NOo+pmhg3kzx/HI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ZwN+2dqZUfSW6qkr3JijTAq1vjG3EkSJBGJYmNrAAANhwOZMmErBnUCPLYza+Be8r JWrsr5yhP91NOjuDosf5RFRhXeejQDLubRkCidrB0UKJ7ZYU0SEN890v80SLTrjBq0 IPLRNA0NgFBGUpU2NVTCzruZJ84+zm3+4MU98ZM+616KIHx+McoXktsTpcYdUj88Vh 1J60cnl3q05pDtu5TEo6N3Eh785Mksii9eL/1gjlBMdxLRl8HqINjWFy8oBNsc4Kwl 0CKu91wlLTGpDX7Ml4dLAxrDIqazOmVXOMc4Ht73YLFF5l2gVkX5SEl+4eVXYY+u16 GZjAu0sbj1vTA== From: Jonathan Corbet To: Costa Shulyupin , linux-doc@vger.kernel.org, Randy Dunlap Cc: Costa Shulyupin , open list Subject: Re: [PATCH v3] docs: consolidate human interface subsystems In-Reply-To: <20230502015040.329394-1-costa.shul@redhat.com> References: <0754e279-ae06-9b57-f655-cc7cc9eb6ecb@infradead.org> <20230502015040.329394-1-costa.shul@redhat.com> Date: Fri, 19 May 2023 08:54:19 -0600 Message-ID: <87fs7snzhg.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Costa Shulyupin writes: > to make the page more organized as requested > > Signed-off-by: Costa Shulyupin > --- > Changes: > - fixed typo > - fixed underline > > --- > Documentation/subsystem-apis.rst | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) Applied. Thanks, jon