Commit e8c33e22 authored by Al Viro's avatar Al Viro
Browse files

scif: annotate scif_pollepd



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ddc0505f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,8 +123,8 @@ struct scif_range {
 */
struct scif_pollepd {
	scif_epd_t epd;
	short events;
	short revents;
	__poll_t events;
	__poll_t revents;
};

/**