aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/pps.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/pps.h')
-rw-r--r--linux-headers/include/linux/pps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-headers/include/linux/pps.h b/linux-headers/include/linux/pps.h
index c1cb382..009ebcd 100644
--- a/linux-headers/include/linux/pps.h
+++ b/linux-headers/include/linux/pps.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
* PPS API header
*
@@ -95,8 +96,8 @@ struct pps_kparams {
#define PPS_CAPTURECLEAR 0x02 /* capture clear events */
#define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */
-#define PPS_OFFSETASSERT 0x10 /* apply compensation for assert ev. */
-#define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */
+#define PPS_OFFSETASSERT 0x10 /* apply compensation for assert event */
+#define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear event */
#define PPS_CANWAIT 0x100 /* can we wait for an event? */
#define PPS_CANPOLL 0x200 /* bit reserved for future use */