Commit 3773b454 authored by Michael Witten's avatar Michael Witten Committed by Jiri Kosina
Browse files

README: Remove sporadic tabs



Indentation was already done mainly with spaces, so this commit
removes the tabs and makes some of the whitespace more consistent.

Signed-off-by: default avatarMichael Witten <mfwitten@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7f65e924
Loading
Loading
Loading
Loading
+70 −70
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ CONFIGURING the kernel:
   You can find more information on using the Linux kernel config tools
   in Documentation/kbuild/kconfig.txt.

	NOTES on "make config":
 - NOTES on "make config":

    - Having unnecessary drivers will make the kernel bigger, and can
      under some circumstances lead to problems: probing for a
@@ -229,8 +229,8 @@ CONFIGURING the kernel:
      bigger or slower kernel (or both), and can even make the kernel
      less stable by configuring some routines to actively try to
      break bad code to find kernel problems (kmalloc()).  Thus you
	  should probably answer 'n' to the questions for
          "development", "experimental", or "debugging" features.
      should probably answer 'n' to the questions for "development",
      "experimental", or "debugging" features.

COMPILING the kernel: