While importing these patches, I got several "Space in indent is
followed by a tab." errors.  For example, the line

 > +                       __constant_cpu_to_be16(ETH_P_8021Q))) {

which also leads to the comment that there's no reason for
__constant_cpu_to_be16() here -- just use cpu_to_be16 and let the
compiler do the optimization.  (the __constant form is only needed in
places where the function call is a syntax error)

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to