VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Michael Witten <mfwitten@gmail.com> 2012-04-02 00:49:02 +0000 committer: Jiri Kosina <jkosina@suse.cz> 2012-04-17 10:23:32 +0200 commit: c072c3f0e14f7ae3172771e98e24e2e0741e5daa parent: 88f7a642cf0d6bdfa789593ba2b019ca940a3a72
Commit Summary:
README: Capitalize start of sentence
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e6f94a636b59..50aa430995b3 100644
--- a/README
+++ b/README
@@ -218,11 +218,11 @@ CONFIGURING the kernel:
 
 	NOTES on "make config":
 
-	- having unnecessary drivers will make the kernel bigger, and can
+	- Having unnecessary drivers will make the kernel bigger, and can
 	  under some circumstances lead to problems: probing for a
 	  nonexistent controller card may confuse your other controllers
 
-	- compiling the kernel with "Processor type" set higher than 386
+	- Compiling the kernel with "Processor type" set higher than 386
 	  will result in a kernel that does NOT work on a 386.  The
 	  kernel will detect this on bootup, and give up.
 
@@ -232,7 +232,7 @@ CONFIGURING the kernel:
 	  but will work on different machines regardless of whether they
 	  have a math coprocessor or not. 
 
-	- the "kernel hacking" configuration details usually result in a
+	- The "kernel hacking" configuration details usually result in a
 	  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