From: Al Viro Date: Tue, 4 Jul 2017 03:47:31 +0000 (-0400) Subject: scif: annotate scif_pollepd X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e8c33e22964122098f00a5a8bedae017ee74b1d6;p=openwrt%2Fstaging%2Fblogic.git scif: annotate scif_pollepd Signed-off-by: Al Viro --- 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; }; /**