On 16 September 2012 10:28, Alexey Dokuchaev <da...@freebsd.org> wrote:
> On Sun, Sep 16, 2012 at 07:55:49AM +0000, Andrew Turner wrote:
>> New Revision: 240549
>> URL: http://svn.freebsd.org/changeset/base/240549
>>
>> Log:
>>   The cpu_reset function is noreturn, make sure this is true on Tegra 2.
>>   While here fix a typo.
>>
>> +
>> +     while(1);
>
> I thought preferred and more style(9) compliant way to code this is:
>
>         for (;;)
>                 continue;

Actually:

for (;;)
        ;

Chris
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to