diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-04 05:47:31 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-27 22:19:55 +0100 |
commit | e8c33e22964122098f00a5a8bedae017ee74b1d6 (patch) | |
tree | 2719352a4691521860a5d9dd86907e34c9ab4981 /include | |
parent | annotate poll_table_entry->key (diff) | |
download | linux-e8c33e22964122098f00a5a8bedae017ee74b1d6.tar.xz linux-e8c33e22964122098f00a5a8bedae017ee74b1d6.zip |
scif: annotate scif_pollepd
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/scif.h | 4 |
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; }; /** |