aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-core.c
diff options
context:
space:
mode:
authorShailendra Verma <shailendra.capricorn@gmail.com>2015-05-18 10:45:58 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-05-20 14:45:42 -0700
commit4e3e4629e4c6ef755ce246e4d848eaad6eec7080 (patch)
tree09f0bf3a8337b4197cf5ae005ca7d6be6a250b40 /drivers/input/ff-core.c
parentInput: fix typo in comment to input_handler_for_each_handle() (diff)
downloadlinux-dev-4e3e4629e4c6ef755ce246e4d848eaad6eec7080.tar.xz
linux-dev-4e3e4629e4c6ef755ce246e4d848eaad6eec7080.zip
Input: ff-core - fix typo in comment to input_ff_erase()
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/ff-core.c')
-rw-r--r--drivers/input/ff-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/ff-core.c b/drivers/input/ff-core.c
index 375d1ca14bd6..8f4a30fccbb6 100644
--- a/drivers/input/ff-core.c
+++ b/drivers/input/ff-core.c
@@ -213,7 +213,7 @@ static int erase_effect(struct input_dev *dev, int effect_id,
/**
* input_ff_erase - erase a force-feedback effect from device
* @dev: input device to erase effect from
- * @effect_id: id of the ffect to be erased
+ * @effect_id: id of the effect to be erased
* @file: purported owner of the request
*
* This function erases a force-feedback effect from specified device.