aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-core.c
diff options
context:
space:
mode:
authorRoger Quadros <roger.quadros@nokia.com>2009-11-23 11:30:18 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-11-23 11:51:48 -0500
commit721a730eceb009ba61f8eeee31360c02ed8f6aba (patch)
treeb893af0c9905a8ae425b69bc6761d220410e1985 /drivers/input/ff-core.c
parent6236dfaa908d9e9c84a8c4d029f443104ed2c47f (diff)
Input: force feedback - fix function name in comment
Function name is input_ff_destroy() and not input_ff_free() Signed-off-by: Roger Quadros <roger.quadros@nokia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 72c63e5dd630..3d7816ccfe75 100644
--- a/drivers/input/ff-core.c
+++ b/drivers/input/ff-core.c
@@ -353,7 +353,7 @@ int input_ff_create(struct input_dev *dev, int max_effects)
353EXPORT_SYMBOL_GPL(input_ff_create); 353EXPORT_SYMBOL_GPL(input_ff_create);
354 354
355/** 355/**
356 * input_ff_free() - frees force feedback portion of input device 356 * input_ff_destroy() - frees force feedback portion of input device
357 * @dev: input device supporting force feedback 357 * @dev: input device supporting force feedback
358 * 358 *
359 * This function is only needed in error path as input core will 359 * This function is only needed in error path as input core will