Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2719
b: refs/heads/master
c: d68a861
h: refs/heads/master
i:
  2717: 38647ac
  2715: 8f994bf
  2711: b149dc7
  2703: 41ca0fa
  2687: fb4d3fd
v: v3
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 8f7e9e7 commit 5b53a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a551acc2cb1f13a9bd728b8cf86f9adafefdcfb2
refs/heads/master: d68a861d857c11a017a8f755fa250afaf8b1bcdb
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/i2c-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static int i2cdev_ioctl(struct inode *inode, struct file *file,
sizeof(rdwr_arg)))
return -EFAULT;

/* Put an arbritrary limit on the number of messages that can
/* Put an arbitrary limit on the number of messages that can
* be sent at once */
if (rdwr_arg.nmsgs > I2C_RDRW_IOCTL_MAX_MSGS)
return -EINVAL;
Expand Down

0 comments on commit 5b53a37

Please sign in to comment.