Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecb08d81 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

doc: reformat some long lines in kernel-parameters.txt



Reformat text to (mostly) stay within 80 columns of text.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7c4be253
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -1799,10 +1799,10 @@ and is between 256 and 4096 characters. It is defined in the file
			autoconfiguration.
			Ranges are in pairs (memory base and size).

	dynamic_printk
			Enables pr_debug()/dev_dbg() calls if
			CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. These can also
			be switched on/off via <debugfs>/dynamic_printk/modules
	dynamic_printk	Enables pr_debug()/dev_dbg() calls if
			CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled.
			These can also be switched on/off via
			<debugfs>/dynamic_printk/modules

	print-fatal-signals=
			[KNL] debug: print fatal signals
@@ -2438,8 +2438,8 @@ and is between 256 and 4096 characters. It is defined in the file
			Format:
			<irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]

	norandmaps	Don't use address space randomization
			Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space
	norandmaps	Don't use address space randomization.  Equivalent to
			echo 0 > /proc/sys/kernel/randomize_va_space

______________________________________________________________________