From: Shailendra Verma Date: Mon, 18 May 2015 17:45:58 +0000 (-0700) Subject: Input: ff-core - fix typo in comment to input_ff_erase() X-Git-Tag: v4.2-rc1~12^2~1^2~33 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4e3e4629e4c6ef755ce246e4d848eaad6eec7080;p=linux-block.git Input: ff-core - fix typo in comment to input_ff_erase() Signed-off-by: Shailendra Verma Signed-off-by: Dmitry Torokhov --- 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.