From: Al Viro Date: Tue, 4 Jul 2017 03:47:31 +0000 (-0400) Subject: scif: annotate scif_pollepd X-Git-Tag: v4.16-rc1~153^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8c33e22964122098f00a5a8bedae017ee74b1d6;p=thirdparty%2Flinux.git scif: annotate scif_pollepd Signed-off-by: Al Viro --- diff --git a/include/linux/scif.h b/include/linux/scif.h index 49a35d6edc941..7046111b8d0aa 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; }; /**