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 9A5C1C433F5 for ; Tue, 22 Mar 2022 19:37:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231514AbiCVTij (ORCPT ); Tue, 22 Mar 2022 15:38:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbiCVTii (ORCPT ); Tue, 22 Mar 2022 15:38:38 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B7888A6C8; Tue, 22 Mar 2022 12:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID: Sender:Reply-To:Content-ID:Content-Description; bh=GNyzORUx4GXTT7/hj1mCmOnIXmKv2J5yosWB9fpbDWg=; b=MdScEsmNUv8CYjaq6xyKA/QxN9 99HtzcD8C5Luv02SuH8KKYzNXG2/z9eoPR6F+Of7b2lajNndvnQgTFYcmirKYEOKIl7Se9JldmMm5 E/263AwsHbY1LjLCfck+kKyE6/+BtsVrjFp+MPte5dcSxYvDzYluqVmur6voqTxcLZcU/xVskTKBX Rnv8nuDMz3n95ftN044wXbdf+9PPcPf2/ifZZPTxINFS9hvFes7ZlPcS7C7k6pCnwJElIJDlz3crP egdH6e1Il32660Qsnf7ExebqC9Kk7y4mHrwW7K5cop+zlkCe1y9/jFjb5XLJZ52VLs82F0v5GP/LB LQ5sxRaA==; Received: from [2601:1c0:6280:3f0::aa0b] by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWkJR-003Y0z-FU; Tue, 22 Mar 2022 19:37:01 +0000 Message-ID: Date: Tue, 22 Mar 2022 12:36:52 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH] Docs: admin/kernel-parameters: edit a few boot options Content-Language: en-US To: "Rafael J. Wysocki" Cc: Linux Kernel Mailing List , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , linux-s390@vger.kernel.org, Steven Rostedt , Ingo Molnar , "David S. Miller" , sparclinux@vger.kernel.org, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev , linux-ia64@vger.kernel.org, Pavel Machek , Len Brown , Linux PM , ACPI Devel Maling List , Johannes Weiner , Andrew Morton , Jonathan Corbet , "open list:DOCUMENTATION" References: <20220321012216.23724-1-rdunlap@infradead.org> From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 3/22/22 10:41, Rafael J. Wysocki wrote: > On Mon, Mar 21, 2022 at 2:22 AM Randy Dunlap wrote: >> Clean up some of admin-guide/kernel-parameters.txt: >> >> a. "smt" should be "smt=" (S390) >> b. add "smt-enabled" for POWERPC >> c. Sparc supports the vdso= boot option >> d. make the tp_printk options (2) formatting similar to other options >> by adding spacing >> e. add "trace_clock=" with a reference to Documentation/trace/ftrace.rst >> f. use [IA-64] as documented instead of [ia64] >> g. fix formatting and text for test_suspend= > This -> > >> h. fix formatting for swapaccount= >> i. fix formatting and grammar for video.brightness_switch_enabled= > -> and the last one are fine with me, but I suppose that there will be a v2? Yes, there will be a v2. thanks. -- ~Randy