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
..
cir.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
cirio.h
cirvar.h
files.ir
ir.c
ir.h
irdaio.h
irframe_tty.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
irframe.c
irframevar.h
Makefile
sir.c
sir.h