2003-09-01 07:51:35

by Christian Ludwig

[permalink] [raw]
Subject: [TYPO] linux-2.6.0-test4 - in atkbd

Hi folks,

I don't know if anyone already submitted this, but here it is (probably
again).
Just a simple typo fix. It's against linux-2.6.0-test4
Please apply.

Have fun,
Christian


atkbd_typo.patch:

--- linux/drivers/input/keyboard/atkbd.c~typo 2003-06-22
20:33:08.000000000 +0200
+++ linux/drivers/input/keyboard/atkbd.c 2003-09-01
09:38:25.000000000 +0200
@@ -477,7 +477,7 @@
}

/*
- * atkbd_connect() is called when the serio module finds and interface
+ * atkbd_connect() is called when the serio module finds an interface
* that isn't handled yet by an appropriate device driver. We check if
* there is an AT keyboard out there and if yes, we register ourselves
* to the input module.