Re: svn commit: r230231 - head/sys/kern

2012-01-16 Thread Sergey Kandaurov
On 17 January 2012 02:13, Joerg Sonnenberger wrote: > On Mon, Jan 16, 2012 at 08:42:56PM +, Sergey Kandaurov wrote: >> Log: >>   Be pedantic and change // comment to C-style one. > > If you want to be pedantic, at least be correct. // is perfectly valid > C99. > Yes, you're right. Sorry for b

Re: svn commit: r230231 - head/sys/kern

2012-01-16 Thread Joerg Sonnenberger
On Mon, Jan 16, 2012 at 08:42:56PM +, Sergey Kandaurov wrote: > Log: > Be pedantic and change // comment to C-style one. If you want to be pedantic, at least be correct. // is perfectly valid C99. Joerg ___ svn-src-all@freebsd.org mailing list htt

svn commit: r230231 - head/sys/kern

2012-01-16 Thread Sergey Kandaurov
Author: pluknet Date: Mon Jan 16 20:42:56 2012 New Revision: 230231 URL: http://svn.freebsd.org/changeset/base/230231 Log: Be pedantic and change // comment to C-style one. Noticed by: Bruce Evans Modified: head/sys/kern/kern_intr.c Modified: head/sys/kern/kern_intr.c