From: lionel Date: Mon, 23 Nov 2015 08:48:27 +0000 (+0100) Subject: patch : syntax X-Git-Url: http://gitweb.enneade.fdn.org/?a=commitdiff_plain;h=1b728493210a1ceb2325c5403bdcfb27eef176c6;p=pyowl.git patch : syntax --- diff --git a/driver/README b/driver/README index 0fb0070..4bafa5e 100644 --- a/driver/README +++ b/driver/README @@ -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).