Re: svn commit: r300219 - in head/sys: kern sys

2016-05-20 Thread Scott Long via svn-src-head
Yeah, I was following existing style. Feel free to fix up if you like. Scott > On May 19, 2016, at 12:51 PM, Steven Hartland wrote: > > I thought it was considered better to use if (var == NULL) instead of > if (!var) for pointers as they aren't bools? > >> On 19 May

Re: svn commit: r300219 - in head/sys: kern sys

2016-05-19 Thread Steven Hartland
I thought it was considered better to use if (var == NULL) instead of if (!var) for pointers as they aren't bools? > On 19 May 2016, at 18:14, Scott Long wrote: > > Author: scottl > Date: Thu May 19 17:14:24 2016 > New Revision: 300219 > URL:

svn commit: r300219 - in head/sys: kern sys

2016-05-19 Thread Scott Long
Author: scottl Date: Thu May 19 17:14:24 2016 New Revision: 300219 URL: https://svnweb.freebsd.org/changeset/base/300219 Log: Adjust the creation of tq_name so it can be freed correctly Reviewed by: jhb, allanjude Differential Revision:D6454 Modified: