messages: i2o: Fix typo in messages/i2o

Correct spelling typo in messages/i2o.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
这个提交包含在:
Masanari Iida
2012-11-29 00:42:51 +09:00
提交者 Jiri Kosina
父节点 4092bac771
当前提交 8fdbb340ef
修改 3 个文件,包含 8 行新增8 行删除

查看文件

@@ -189,7 +189,7 @@ static int i2o_cfg_parms(unsigned long arg, unsigned int type)
return -ENXIO;
/*
* Stop users being able to try and allocate arbitary amounts
* Stop users being able to try and allocate arbitrary amounts
* of DMA space. 64K is way more than sufficient for this.
*/
if (kcmd.oplen > 65536)