From 1b728493210a1ceb2325c5403bdcfb27eef176c6 Mon Sep 17 00:00:00 2001 From: lionel Date: Mon, 23 Nov 2015 09:48:27 +0100 Subject: [PATCH] patch : syntax --- driver/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.39.2