From: Niels de Vos Date: Tue, 8 Jul 2008 14:30:27 +0000 (-0400) Subject: Input: serio - trivial documentation fix X-Git-Tag: v2.6.27-rc1~25^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f3d1eb19abdcb1e740d8ba0e06d606c1d4165438;p=linux-block.git Input: serio - trivial documentation fix In include/linux/serio.h two different define-series are documented as "Serio types". However the second series contains defines for the different protocols. Signed-off-by: Niels de Vos Signed-off-by: Dmitry Torokhov --- diff --git a/include/linux/serio.h b/include/linux/serio.h index 48defc4d181e..e72716cca577 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -175,7 +175,7 @@ static inline void serio_unpin_driver(struct serio *serio) #define SERIO_8042_XL 0x06 /* - * Serio types + * Serio protocols */ #define SERIO_UNKNOWN 0x00 #define SERIO_MSC 0x01