Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3507104pxf; Mon, 29 Mar 2021 04:18:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyXegTu7SvH4lr23gQPBpPTtJ2HYFXMenKb1zqbyN/pdSs/lyB0NduoyNTRWC/y6G77o9PO X-Received: by 2002:a05:6402:95b:: with SMTP id h27mr28148811edz.93.1617016733863; Mon, 29 Mar 2021 04:18:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617016733; cv=none; d=google.com; s=arc-20160816; b=d6GtwKHzSGreXUhRq36KWc/HqDyXq8znjo+cbi2LBkXLvvOs8WV0HIw1nC3YvxOTmX WMhmXFptK7IJINlujGPzQTW6wiCnQYPOQX5ix79ZhmdJlVkvjboEXAz7t25B4niz8U1z uzpp9LDLHTTvKm1Ne7ATk1MlA/Rbhf71XG0OCtU//wcwsxrAgQHQbTsOanwtBjFA/IF/ OqtQ7hjofRlisVLEhov0pyMwi7tfl+wHKvq9oPUiEfdGoDzcI9ZbVRr/ZNGhxDGeNOjk gAMeIWw1SuNGxE0bES+13kmvPNvF5w2hFlZuznp6CyHFIje0AFoh21Irz5x/EGzhe+9+ Hy8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:references:in-reply-to :message-id:date:subject:cc:to:from; bh=2r0Y+sPnLmYY2I5abpnFlmvzmtdYCClqCH1jLa6+xMg=; b=fX8/NoknwZxhqIHqwKEquXYuiDWgO6cyxhDxUTcmMiBYxpr0OlmY5QhXMwhFUdu2Md 4XcacQiLMRyfZa0znDyzd8MzNKCtd7vXJGGcRl2vzNHl57Anzx+ElAgw1SvuMvq9VEUs m/gKMWPGRo9tyrYA8kVYmuI7COpJKmOVSpb7RBpJZ9W6ty9OMeoAgTLCy4xK8mQDCiPb IOhok/UvQKv5/h54n0CVgPPi7mXfEWM8lw08U+KnnNVKSI0MQxcnq5olrrZ89XT0/Jzl i7ra5EQye8O7bFBwPaTPMGZTBFvf3Td2X1unkiM4RtObqZuxtGddkIImXuI9F7PLV/t2 vhTg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i25si12616479ejv.640.2021.03.29.04.18.31; Mon, 29 Mar 2021 04:18:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232373AbhC2LRo (ORCPT + 99 others); Mon, 29 Mar 2021 07:17:44 -0400 Received: from mail.thorsis.com ([92.198.35.195]:55178 "EHLO mail.thorsis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232048AbhC2LRW (ORCPT ); Mon, 29 Mar 2021 07:17:22 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id B345935AD; Mon, 29 Mar 2021 13:17:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 333pmk5DOojx; Mon, 29 Mar 2021 13:17:20 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id 83F6E3585; Mon, 29 Mar 2021 13:17:20 +0200 (CEST) X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RECEIVED, NO_RELAYS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 From: Alexander Dahl To: linux-doc@vger.kernel.org, linux-gpio@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Linus Walleij , Bartosz Golaszewski , Jonathan Corbet , Alexander Dahl Subject: [PATCH 2/3] docs: kernel-parameters: Move gpio-mockup for alphabetic order Date: Mon, 29 Mar 2021 13:16:47 +0200 Message-Id: <20210329111648.7969-3-ada@thorsis.com> In-Reply-To: <20210329111648.7969-1-ada@thorsis.com> References: <20210329111648.7969-1-ada@thorsis.com> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes: commit 0f98dd1b27d2 ("gpio/mockup: add virtual gpio device") Signed-off-by: Alexander Dahl --- Documentation/admin-guide/kernel-parameters.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 04545725f187..782dc6d9b7fb 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1461,6 +1461,10 @@ Don't use this when you are not running on the android emulator + gpio-mockup.gpio_mockup_ranges + [HW] Sets the ranges of gpiochip of for this device. + Format: ,,,... + gpt [EFI] Forces disk with valid GPT signature but invalid Protective MBR to be treated as GPT. If the primary GPT is corrupted, it enables the backup/alternate @@ -1484,10 +1488,6 @@ Format: such that (rxsize & ~0x1fffc0) == 0. Default: 1024 - gpio-mockup.gpio_mockup_ranges - [HW] Sets the ranges of gpiochip of for this device. - Format: ,,,... - hardlockup_all_cpu_backtrace= [KNL] Should the hard-lockup detector generate backtraces on all cpus. -- 2.20.1