diff options
Diffstat (limited to 'drivers/message/i2o/i2o_config.c')
| -rw-r--r-- | drivers/message/i2o/i2o_config.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_config.c b/drivers/message/i2o/i2o_config.c index 9a49c243a6a..5451beff183 100644 --- a/drivers/message/i2o/i2o_config.c +++ b/drivers/message/i2o/i2o_config.c @@ -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)  |