Skip to content

Commit 80e19f3

Browse files
committed
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
2 parents ff69927 + 85ff37e commit 80e19f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/gpio/gpiolib-cdev.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ static int linehandle_create(struct gpio_device *gdev, void __user *ip)
421421
* @work: the worker that implements software debouncing
422422
* @sw_debounced: flag indicating if the software debouncer is active
423423
* @level: the current debounced physical level of the line
424+
* @hdesc: the Hardware Timestamp Engine (HTE) descriptor
425+
* @raw_level: the line level at the time of event
426+
* @total_discard_seq: the running counter of the discarded events
427+
* @last_seqno: the last sequence number before debounce period expires
424428
*/
425429
struct line {
426430
struct gpio_desc *desc;

0 commit comments

Comments
 (0)