2008-07-08 09:31:39

by Niels de Vos

[permalink] [raw]
Subject: [PATCH] serio.h: 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 <[email protected]>
---
diff --git a/include/linux/serio.h b/include/linux/serio.h
index 95674d9..1ed3998 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


Attachments:
signature.asc (189.00 B)
OpenPGP digital signature

2008-07-08 14:37:46

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] serio.h: trivial documentation fix

On Tue, Jul 08, 2008 at 11:19:21AM +0200, Niels de Vos wrote:
> In include/linux/serio.h two different define-series are
> documented as "Serio types". However the second series contains
> defines for the different protocols.
>

Applied, thank you Niels.

BTW, your e-mail client mangles whitespace which causes trouble
when applying patches, you may want to look into it.

--
Dmitry