diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 08:12:15 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:12:15 -0500 |
commit | 14e4a0f2bb242f8008bc70b55fa834292c6a62af (patch) | |
tree | 325c507c57e4cb25cc2659869297558ffbb0a2e6 | |
parent | 96532babc3e2ec4e0fce891d64319f183f043855 (diff) |
Fix a small number of "memeber" typoes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | drivers/net/lib8390.c | 2 | ||||
-rw-r--r-- | fs/signalfd.c | 2 | ||||
-rw-r--r-- | include/linux/signalfd.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index c429a5002dd6..0c5447dac03b 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c | |||
@@ -148,7 +148,7 @@ static void __NS8390_init(struct net_device *dev, int startp); | |||
148 | * | 148 | * |
149 | * "The author (me) didn't use spin_lock_irqsave because the slowness of the | 149 | * "The author (me) didn't use spin_lock_irqsave because the slowness of the |
150 | * card means that approach caused horrible problems like losing serial data | 150 | * card means that approach caused horrible problems like losing serial data |
151 | * at 38400 baud on some chips. Rememeber many 8390 nics on PCI were ISA | 151 | * at 38400 baud on some chips. Remember many 8390 nics on PCI were ISA |
152 | * chips with FPGA front ends. | 152 | * chips with FPGA front ends. |
153 | * | 153 | * |
154 | * Ok the logic behind the 8390 is very simple: | 154 | * Ok the logic behind the 8390 is very simple: |
diff --git a/fs/signalfd.c b/fs/signalfd.c index fb7f7e8034df..2d3e107da2d3 100644 --- a/fs/signalfd.c +++ b/fs/signalfd.c | |||
@@ -66,7 +66,7 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo, | |||
66 | BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128); | 66 | BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128); |
67 | 67 | ||
68 | /* | 68 | /* |
69 | * Unused memebers should be zero ... | 69 | * Unused members should be zero ... |
70 | */ | 70 | */ |
71 | err = __clear_user(uinfo, sizeof(*uinfo)); | 71 | err = __clear_user(uinfo, sizeof(*uinfo)); |
72 | 72 | ||
diff --git a/include/linux/signalfd.h b/include/linux/signalfd.h index 86f9b1ef0e09..ea037f28df91 100644 --- a/include/linux/signalfd.h +++ b/include/linux/signalfd.h | |||
@@ -29,7 +29,7 @@ struct signalfd_siginfo { | |||
29 | 29 | ||
30 | /* | 30 | /* |
31 | * Pad strcture to 128 bytes. Remember to update the | 31 | * Pad strcture to 128 bytes. Remember to update the |
32 | * pad size when you add new memebers. We use a fixed | 32 | * pad size when you add new members. We use a fixed |
33 | * size structure to avoid compatibility problems with | 33 | * size structure to avoid compatibility problems with |
34 | * future versions, and we leave extra space for additional | 34 | * future versions, and we leave extra space for additional |
35 | * members. We use fixed size members because this strcture | 35 | * members. We use fixed size members because this strcture |