]> git.baikalelectronics.ru Git - kernel.git/commitdiff
docs: kernel-parameters: Move gpio-mockup for alphabetic order
authorAlexander Dahl <ada@thorsis.com>
Mon, 29 Mar 2021 11:16:47 +0000 (13:16 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 5 May 2021 14:07:39 +0000 (16:07 +0200)
All other sections are ordered alphabetically so do the same for
gpio-mockup.

Fixes: 4fea72ae7998 ("gpio/mockup: add virtual gpio device")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Documentation/admin-guide/kernel-parameters.txt

index 04545725f187ffe787f3a226a328b1c951251f16..782dc6d9b7fb3ac1015e32041e53cfed0c81b3fe 100644 (file)
                        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: <start1>,<end1>,<start2>,<end2>...
+
        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
                        Format: <unsigned int> such that (rxsize & ~0x1fffc0) == 0.
                        Default: 1024
 
-       gpio-mockup.gpio_mockup_ranges
-                       [HW] Sets the ranges of gpiochip of for this device.
-                       Format: <start1>,<end1>,<start2>,<end2>...
-
        hardlockup_all_cpu_backtrace=
                        [KNL] Should the hard-lockup detector generate
                        backtraces on all cpus.