aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/errseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/errseq.h')
-rw-r--r--include/linux/errseq.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/errseq.h b/include/linux/errseq.h
index 784f0860527b..f746bd8fe4d0 100644
--- a/include/linux/errseq.h
+++ b/include/linux/errseq.h
@@ -1,8 +1,9 @@
+/*
+ * See Documentation/errseq.rst and lib/errseq.c
+ */
#ifndef _LINUX_ERRSEQ_H
#define _LINUX_ERRSEQ_H
-/* See lib/errseq.c for more info */
-
typedef u32 errseq_t;
errseq_t errseq_set(errseq_t *eseq, int err);