浏览代码

scif: annotate scif_pollepd

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 8 年之前
父节点
当前提交
e8c33e2296
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/linux/scif.h

+ 2 - 2
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;
 };
 
 /**