projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a551acc
)
[PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c
author
Tobias Klauser
<tklauser@nuerscht.ch>
Thu, 19 May 2005 19:41:47 +0000
(21:41 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 22 Jun 2005 04:52:00 +0000
(21:52 -0700)
This patch fixes a misspelling in a comment section.
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/i2c-dev.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/i2c-dev.c
b/drivers/i2c/i2c-dev.c
index cb217c4548354fb9131c3fb4738e33b81ccde600..bc5d557e5dd93063ba7d6a18d2abde2569e482cd 100644
(file)
--- a/
drivers/i2c/i2c-dev.c
+++ b/
drivers/i2c/i2c-dev.c
@@
-213,7
+213,7
@@
static int i2cdev_ioctl(struct inode *inode, struct file *file,
sizeof(rdwr_arg)))
return -EFAULT;
- /* Put an arb
r
itrary 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;