On Mon, Jan 16, 2017 at 11:16:03AM -0800, Stephen Hemminger wrote: > On Mon, 16 Jan 2017 14:46:55 +0000 > Jianfeng Tan <jianfeng....@intel.com> wrote: > > > + return (VIRTQUEUE_NUSED(vq) >= offset); > > Unneeded parenthesis in return statement. > This is a style thing, Linux folks see it as unnecessary. BSD folks like it
I will remove them while apply. Thanks. --yliu