提交 8d259847 编写于 作者: A Andy Shevchenko

gpiolib: cdev: Fix typo in kernel doc for struct line

When eflags has been renamed to the edflags, the kernel doc change were
missed. Update kernel doc accordingly.

Fixes: b1a92e94 ("gpiolib: cdev: consolidate edge detector configuration flags")
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: NKent Gibson <warthog618@gmail.com>
上级 eac001bf
...@@ -410,7 +410,7 @@ static int linehandle_create(struct gpio_device *gdev, void __user *ip) ...@@ -410,7 +410,7 @@ static int linehandle_create(struct gpio_device *gdev, void __user *ip)
* @desc: the GPIO descriptor for this line. * @desc: the GPIO descriptor for this line.
* @req: the corresponding line request * @req: the corresponding line request
* @irq: the interrupt triggered in response to events on this GPIO * @irq: the interrupt triggered in response to events on this GPIO
* @eflags: the edge flags, GPIO_V2_LINE_FLAG_EDGE_RISING and/or * @edflags: the edge flags, GPIO_V2_LINE_FLAG_EDGE_RISING and/or
* GPIO_V2_LINE_FLAG_EDGE_FALLING, indicating the edge detection applied * GPIO_V2_LINE_FLAG_EDGE_FALLING, indicating the edge detection applied
* @timestamp_ns: cache for the timestamp storing it between hardirq and * @timestamp_ns: cache for the timestamp storing it between hardirq and
* IRQ thread, used to bring the timestamp close to the actual event * IRQ thread, used to bring the timestamp close to the actual event
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册