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)
commit8d259847243d1e21a866e828c4ce90d759f3d17b
treecfa873d15a704fb4edd42efb2ea7a654daa12a91
parenteac001bf4a5b7d857ec228cd18b4e3644a5ceeb9
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: 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