freebsd-dev/sys/dev/cfe
Warner Losh 750595ef63 Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the
former more explicitly tells the compiler that you want an empty loop.
There are some lint programs that use this hint to avoid generating
warnings.

No functional change...
2008-09-28 03:33:01 +00:00
..
cfe_api_int.h
cfe_api.c
cfe_api.h
cfe_console.c Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the 2008-09-28 03:33:01 +00:00
cfe_error.h
cfe_ioctl.h
cfe_resource.c