Skip to content

Commit

Permalink
Input: force feedback - fix function name in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roger Quadros authored and Dmitry Torokhov committed Nov 23, 2009
1 parent 6236dfa commit 721a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/ff-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ int input_ff_create(struct input_dev *dev, int max_effects)
EXPORT_SYMBOL_GPL(input_ff_create);

/**
* input_ff_free() - frees force feedback portion of input device
* input_ff_destroy() - frees force feedback portion of input device
* @dev: input device supporting force feedback
*
* This function is only needed in error path as input core will
Expand Down

0 comments on commit 721a730

Please sign in to comment.