NetBSD/sys/dev/ir
maya 18b796d442 Use C99 initializer for filterops
Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
- 	{ a, b, c, d
+ 	{
+ 	.f_isfd = a,
+ 	.f_attach = b,
+ 	.f_detach = c,
+ 	.f_event = d,
};
2017-10-25 08:12:37 +00:00
..
Makefile
cir.c
cirio.h
cirvar.h
files.ir
ir.c
ir.h
irdaio.h
irframe.c
irframe_tty.c
irframevar.h
sir.c
sir.h