]> gitweb.maison.local Git - pyowl.git/commitdiff
patch : syntax
authorlionel <lionel@stargate.enneade.fdn.org>
Mon, 23 Nov 2015 08:48:27 +0000 (09:48 +0100)
committerlionel <lionel@stargate.enneade.fdn.org>
Mon, 23 Nov 2015 08:48:27 +0000 (09:48 +0100)
driver/README

index 0fb007057d05ca40556082d050696cc540fb0a5d..4bafa5ed49eda9ab6fa2bf55cad9956c2f554812 100644 (file)
@@ -3,7 +3,7 @@ Patched serial driver for kernel 3.16.2
 diff :
 
 407,408c407,408
-<     if( baud == 0)             baud = 250000; /* KLUDGE for Owl Energy Monitor, Use baud rate (B0 Hang up) that is unlikley to be of any use */
+<     if( baud == 0)             baud = 250000; /* KLUDGE for Owl Energy Monitor, Use baud rate (B0 Hang up) that is unlikely to be of any use */
 <     else if (baud <= 300)      baud = 300;
 ---
 >   if (baud <= 300)
@@ -11,4 +11,4 @@ diff :
 
 
 Warning : Makefile does not fully handle installation (just take a look at it).
-You have to manually copy/remove/delete stuff your self (mainly because I'm lazy, but also because I don't like scripts playing with things in /lib/modules).
+You have to manually copy/remove/delete stuff yourself (mainly because I'm lazy, but also because I don't like scripts playing with things in /lib/modules).