diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
commit | 95d465fd750897ab32462a6702fbfe1b122cbbc0 (patch) | |
tree | 65c38b2f11c51bb6932e44dd6c92f15b0091abfe /include/linux/serio.h | |
parent | 642fde17dceceb56c7ba2762733ac688666ae657 (diff) | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) |
Manual merge with Linus.
Conflicts:
arch/powerpc/kernel/setup-common.c
drivers/input/keyboard/hil_kbd.c
drivers/input/mouse/hil_ptr.c
Diffstat (limited to 'include/linux/serio.h')
-rw-r--r-- | include/linux/serio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index 582db2392d94..6348e8330897 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
@@ -120,7 +120,7 @@ static inline void serio_cleanup(struct serio *serio) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | /* | 122 | /* |
123 | * Use the following fucntions to manipulate serio's per-port | 123 | * Use the following functions to manipulate serio's per-port |
124 | * driver-specific data. | 124 | * driver-specific data. |
125 | */ | 125 | */ |
126 | static inline void *serio_get_drvdata(struct serio *serio) | 126 | static inline void *serio_get_drvdata(struct serio *serio) |
@@ -134,7 +134,7 @@ static inline void serio_set_drvdata(struct serio *serio, void *data) | |||
134 | } | 134 | } |
135 | 135 | ||
136 | /* | 136 | /* |
137 | * Use the following fucntions to protect critical sections in | 137 | * Use the following functions to protect critical sections in |
138 | * driver code from port's interrupt handler | 138 | * driver code from port's interrupt handler |
139 | */ | 139 | */ |
140 | static inline void serio_pause_rx(struct serio *serio) | 140 | static inline void serio_pause_rx(struct serio *serio) |
@@ -148,7 +148,7 @@ static inline void serio_continue_rx(struct serio *serio) | |||
148 | } | 148 | } |
149 | 149 | ||
150 | /* | 150 | /* |
151 | * Use the following fucntions to pin serio's driver in process context | 151 | * Use the following functions to pin serio's driver in process context |
152 | */ | 152 | */ |
153 | static inline int serio_pin_driver(struct serio *serio) | 153 | static inline int serio_pin_driver(struct serio *serio) |
154 | { | 154 | { |