summaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o/i2o_block.c
diff options
context:
space:
mode:
authorMasanari Iida2012-11-28 16:42:51 +0100
committerJiri Kosina2012-11-28 17:13:59 +0100
commit8fdbb340ef0683437e791360d63726d5725add66 (patch)
treeb5064a408f3e4c86244edf4d92e6d19b466d90bc /drivers/message/i2o/i2o_block.c
parentscripts/kernel-doc: check that non-void fcts describe their return value (diff)
downloadkernel-qcow2-linux-8fdbb340ef0683437e791360d63726d5725add66.tar.gz
kernel-qcow2-linux-8fdbb340ef0683437e791360d63726d5725add66.tar.xz
kernel-qcow2-linux-8fdbb340ef0683437e791360d63726d5725add66.zip
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>
Diffstat (limited to 'drivers/message/i2o/i2o_block.c')
-rw-r--r--drivers/message/i2o/i2o_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c
index 4796bbf0ae4e..49e86aed2bc4 100644
--- a/drivers/message/i2o/i2o_block.c
+++ b/drivers/message/i2o/i2o_block.c
@@ -609,7 +609,7 @@ static int i2o_block_release(struct gendisk *disk, fmode_t mode)
u8 operation;
/*
- * This is to deail with the case of an application
+ * This is to deal with the case of an application
* opening a device and then the device disappears while
* it's in use, and then the application tries to release
* it. ex: Unmounting a deleted RAID volume at reboot.