diff options
Diffstat (limited to 'include/linux/gameport.h')
-rw-r--r-- | include/linux/gameport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/gameport.h b/include/linux/gameport.h index 3e1b9b285258..71e7b2847cb3 100644 --- a/include/linux/gameport.h +++ b/include/linux/gameport.h | |||
@@ -120,7 +120,7 @@ static inline void gameport_set_name(struct gameport *gameport, const char *name | |||
120 | } | 120 | } |
121 | 121 | ||
122 | /* | 122 | /* |
123 | * Use the following fucntions to manipulate gameport's per-port | 123 | * Use the following functions to manipulate gameport's per-port |
124 | * driver-specific data. | 124 | * driver-specific data. |
125 | */ | 125 | */ |
126 | static inline void *gameport_get_drvdata(struct gameport *gameport) | 126 | static inline void *gameport_get_drvdata(struct gameport *gameport) |
@@ -134,7 +134,7 @@ static inline void gameport_set_drvdata(struct gameport *gameport, void *data) | |||
134 | } | 134 | } |
135 | 135 | ||
136 | /* | 136 | /* |
137 | * Use the following fucntions to pin gameport's driver in process context | 137 | * Use the following functions to pin gameport's driver in process context |
138 | */ | 138 | */ |
139 | static inline int gameport_pin_driver(struct gameport *gameport) | 139 | static inline int gameport_pin_driver(struct gameport *gameport) |
140 | { | 140 | { |