Re: svn commit: r213725 - head/sys/fs/devfs

2010-10-12 Thread Bruce Evans
On Tue, 12 Oct 2010, Jaakko Heinonen wrote: Log: Format prototypes to follow style(9) more closely. Discussed with:kib, phk Thanks, but style(9) says "The kernel has a name associated with parameter types [sic]", and the old prototypes mostly used named parameters. [The reason for

svn commit: r213725 - head/sys/fs/devfs

2010-10-12 Thread Jaakko Heinonen
Author: jh Date: Tue Oct 12 15:58:52 2010 New Revision: 213725 URL: http://svn.freebsd.org/changeset/base/213725 Log: Format prototypes to follow style(9) more closely. Discussed with: kib, phk Modified: head/sys/fs/devfs/devfs.h head/sys/fs/devfs/devfs_int.h Modified: head/sys/