aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-07-18 11:47:04 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-07-18 11:47:04 -0700
commit80e19f34c2887a8881084b7bb7480e9544d56b91 (patch)
treebef392add34eae656d09c6a7b581cceb6d2cb12e
parentff6992735ade75aae3e35d16b17da1008d753d28 (diff)
parent85ff37e302efdf173cff6d1a310c2f7f38f1d069 (diff)
downloadlinux-80e19f34c2887a8881084b7bb7480e9544d56b91.tar.gz
Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux
Pull hardware timestamp fix from Thierry Reding: "A single fix for an out-of-sync kerneldoc comment" * tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: gpiolib: cdev: Fix kernel doc for struct line
-rw-r--r--drivers/gpio/gpiolib-cdev.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/gpiolib-cdev.c b/drivers/gpio/gpiolib-cdev.c
index 0c9a63becfef5c..b26e643383762b 100644
--- a/drivers/gpio/gpiolib-cdev.c
+++ b/drivers/gpio/gpiolib-cdev.c
@@ -421,6 +421,10 @@ out_free_lh:
* @work: the worker that implements software debouncing
* @sw_debounced: flag indicating if the software debouncer is active
* @level: the current debounced physical level of the line
+ * @hdesc: the Hardware Timestamp Engine (HTE) descriptor
+ * @raw_level: the line level at the time of event
+ * @total_discard_seq: the running counter of the discarded events
+ * @last_seqno: the last sequence number before debounce period expires
*/
struct line {
struct gpio_desc *desc;