svn commit: r185356 - head/sys/dev/ixgbe

Dag-Erling Smørgrav des at des.no
Thu Nov 27 00:58:45 PST 2008


Jack F Vogel <jfv at FreeBSD.org> writes:
> Log:
>   Small nit I just noticed, a pre-decrement should be post.

Why?  It makes absolutely no difference.

(s/decrement/increment/, btw)

Personally, I always use pre-{inc,dec}rement when I don't care about the
value of the expression, but I guess it's a matter of taste.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list