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 9A737C4332F for ; Fri, 6 May 2022 14:29:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442197AbiEFOc6 (ORCPT ); Fri, 6 May 2022 10:32:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238749AbiEFOc4 (ORCPT ); Fri, 6 May 2022 10:32:56 -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 285E368FA3 for ; Fri, 6 May 2022 07:29:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1651847352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Sl3tayqSeSwStUmGAN4VOsTJbnxMRfuI6128fPfMd2A=; b=QxUmpHzz1oXQbuQqUS375Fb8zuB/nBXvf866odq6az17w81/aEvPWFCJIxmSbgEIELbNDK /qfALXeuWBx/jSQC7E61UpFZ9CC7PTpqKP1r4RADuXinkvOksukOD5kJhProQU/zsN61y1 Jz6z1N8S2WRUXpJQOpTKTsm16/HhIuo= 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-618-rFIbqaMeOQSzRU-fSNvhKw-1; Fri, 06 May 2022 10:29:08 -0400 X-MC-Unique: rFIbqaMeOQSzRU-fSNvhKw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 66A2C1014A63; Fri, 6 May 2022 14:29:08 +0000 (UTC) Received: from lorien.usersys.redhat.com (unknown [10.22.32.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 114664010E2C; Fri, 6 May 2022 14:29:08 +0000 (UTC) Date: Fri, 6 May 2022 10:29:06 -0400 From: Phil Auld To: Joseph Salisbury Cc: linux-kernel@vger.kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org, stable@vger.kernel.org, peterz@infradead.org, tglx@linutronix.de Subject: Re: [PATCH] docs: sched: Update sched-rt-group Documentation For Gender Inclusiveness Message-ID: References: <20220505021424.12656-1-joseph.salisbury@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505021424.12656-1-joseph.salisbury@canonical.com> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 04, 2022 at 10:14:24PM -0400 Joseph Salisbury wrote: > Document assumes root user is he: > "assumes root knows what he is doing." > > Update documentation for inclusivness, since root is not limited by gender. > > Fixes: 60aa605dfce2 ("sched: rt: document the risk of small values in the bandwidth settings") > Cc: stable@vger.kernel.org > Signed-off-by: Joseph Salisbury > --- > Documentation/scheduler/sched-rt-group.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/scheduler/sched-rt-group.rst b/Documentation/scheduler/sched-rt-group.rst > index 655a096ec8fb..e55fee6772c4 100644 > --- a/Documentation/scheduler/sched-rt-group.rst > +++ b/Documentation/scheduler/sched-rt-group.rst > @@ -19,7 +19,7 @@ Real-Time group scheduling > ========== > > Fiddling with these settings can result in an unstable system, the knobs are > - root only and assumes root knows what he is doing. > + root only and assumes root knows what they are doing. > Now there's a singular vs plural problem. "... assumes root users know ..." ? Cheers, Phil > Most notable: > > -- > 2.34.1 > --