Commit 14e4a0f2 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk

Fix a small number of "memeber" typoes.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 96532bab
...@@ -148,7 +148,7 @@ static void __NS8390_init(struct net_device *dev, int startp); ...@@ -148,7 +148,7 @@ static void __NS8390_init(struct net_device *dev, int startp);
* *
* "The author (me) didn't use spin_lock_irqsave because the slowness of the * "The author (me) didn't use spin_lock_irqsave because the slowness of the
* card means that approach caused horrible problems like losing serial data * card means that approach caused horrible problems like losing serial data
* at 38400 baud on some chips. Rememeber many 8390 nics on PCI were ISA * at 38400 baud on some chips. Remember many 8390 nics on PCI were ISA
* chips with FPGA front ends. * chips with FPGA front ends.
* *
* Ok the logic behind the 8390 is very simple: * Ok the logic behind the 8390 is very simple:
......
...@@ -66,7 +66,7 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo, ...@@ -66,7 +66,7 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo,
BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128); BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128);
/* /*
* Unused memebers should be zero ... * Unused members should be zero ...
*/ */
err = __clear_user(uinfo, sizeof(*uinfo)); err = __clear_user(uinfo, sizeof(*uinfo));
......
...@@ -29,7 +29,7 @@ struct signalfd_siginfo { ...@@ -29,7 +29,7 @@ struct signalfd_siginfo {
/* /*
* Pad strcture to 128 bytes. Remember to update the * Pad strcture to 128 bytes. Remember to update the
* pad size when you add new memebers. We use a fixed * pad size when you add new members. We use a fixed
* size structure to avoid compatibility problems with * size structure to avoid compatibility problems with
* future versions, and we leave extra space for additional * future versions, and we leave extra space for additional
* members. We use fixed size members because this strcture * members. We use fixed size members because this strcture
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment