]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
gpiolib: cdev: Fix typo in kernel doc for struct line
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Oct 2022 15:39:14 +0000 (18:39 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 25 Oct 2022 16:48:55 +0000 (19:48 +0300)
When eflags has been renamed to the edflags, the kernel doc change were
missed. Update kernel doc accordingly.

Fixes: b1a92e94560d ("gpiolib: cdev: consolidate edge detector configuration flags")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
drivers/gpio/gpiolib-cdev.c

index 0cb6b468f364f99c6ff4ed0e68b2718c52e74201..08606f32372ceca4641e153316d2dfbd667254ac 100644 (file)
@@ -410,7 +410,7 @@ out_free_lh:
  * @desc: the GPIO descriptor for this line.
  * @req: the corresponding line request
  * @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
  * @timestamp_ns: cache for the timestamp storing it between hardirq and
  * IRQ thread, used to bring the timestamp close to the actual event