X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fserio.h;h=690aabca8ed07ea0d1bcd3781703f66655007a91;hb=59e18a2e1c8f6642c307032939daaf474c16344e;hp=aa4d6493a034b605d429bf237fd9a37c36fe9fff;hpb=ab997aaeb9cf7a0da1cecc46c5bb6c7262416917;p=powerpc.git diff --git a/include/linux/serio.h b/include/linux/serio.h index aa4d6493a0..690aabca8e 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -119,7 +119,7 @@ static inline void serio_cleanup(struct serio *serio) } /* - * Use the following fucntions to manipulate serio's per-port + * Use the following functions to manipulate serio's per-port * driver-specific data. */ static inline void *serio_get_drvdata(struct serio *serio) @@ -133,7 +133,7 @@ static inline void serio_set_drvdata(struct serio *serio, void *data) } /* - * Use the following fucntions to protect critical sections in + * Use the following functions to protect critical sections in * driver code from port's interrupt handler */ static inline void serio_pause_rx(struct serio *serio) @@ -147,7 +147,7 @@ static inline void serio_continue_rx(struct serio *serio) } /* - * Use the following fucntions to pin serio's driver in process context + * Use the following functions to pin serio's driver in process context */ static inline int serio_pin_driver(struct serio *serio) {