Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82739
b: refs/heads/master
c: 14e4a0f
h: refs/heads/master
i:
  82737: 653d1da
  82735: f1a017d
v: v3
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Feb 3, 2008
1 parent 925dc6f commit 017b9a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96532babc3e2ec4e0fce891d64319f183f043855
refs/heads/master: 14e4a0f2bb242f8008bc70b55fa834292c6a62af
2 changes: 1 addition & 1 deletion trunk/drivers/net/lib8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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.
*
* Ok the logic behind the 8390 is very simple:
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/signalfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo,
BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128);

/*
* Unused memebers should be zero ...
* Unused members should be zero ...
*/
err = __clear_user(uinfo, sizeof(*uinfo));

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/signalfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct signalfd_siginfo {

/*
* 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
* future versions, and we leave extra space for additional
* members. We use fixed size members because this strcture
Expand Down

0 comments on commit 017b9a2

Please sign in to comment.