diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-11-24 00:43:09 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-11-24 00:43:09 -0500 |
commit | e4477d2d1bc3e6c76e83926f7fa8c8f94ba42615 (patch) | |
tree | d04e20e441116408cd6dd31f489a1ed2b4418d67 /drivers/input/ff-memless.c | |
parent | f9705fcb9887fcff364a0c8dffbac693aa221d4f (diff) |
Input: add to kernel-api docbook
Add input subsystem to kernel-api docbook.
Enhance some function and parameter comments.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/ff-memless.c')
-rw-r--r-- | drivers/input/ff-memless.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/ff-memless.c b/drivers/input/ff-memless.c index cd8b7297e6df..eba18b6ac5e4 100644 --- a/drivers/input/ff-memless.c +++ b/drivers/input/ff-memless.c | |||
@@ -460,7 +460,7 @@ static void ml_ff_destroy(struct ff_device *ff) | |||
460 | } | 460 | } |
461 | 461 | ||
462 | /** | 462 | /** |
463 | * input_ff_create_memless() - create memoryless FF device | 463 | * input_ff_create_memless() - create memoryless force-feedback device |
464 | * @dev: input device supporting force-feedback | 464 | * @dev: input device supporting force-feedback |
465 | * @data: driver-specific data to be passed into @play_effect | 465 | * @data: driver-specific data to be passed into @play_effect |
466 | * @play_effect: driver-specific method for playing FF effect | 466 | * @play_effect: driver-specific method for playing FF effect |