aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/scif.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-07-03 23:47:31 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-11-27 16:19:55 -0500
commite8c33e22964122098f00a5a8bedae017ee74b1d6 (patch)
tree2719352a4691521860a5d9dd86907e34c9ab4981 /include/linux/scif.h
parentannotate poll_table_entry->key (diff)
downloadlinux-dev-e8c33e22964122098f00a5a8bedae017ee74b1d6.tar.xz
linux-dev-e8c33e22964122098f00a5a8bedae017ee74b1d6.zip
scif: annotate scif_pollepd
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/scif.h')
-rw-r--r--include/linux/scif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/scif.h b/include/linux/scif.h
index 49a35d6edc94..7046111b8d0a 100644
--- a/include/linux/scif.h
+++ b/include/linux/scif.h
@@ -123,8 +123,8 @@ struct scif_range {
*/
struct scif_pollepd {
scif_epd_t epd;
- short events;
- short revents;
+ __poll_t events;
+ __poll_t revents;
};
/**