[openib-general] [PATCH v2 5/11] Implementation of Data path of the communication protocol

Roland Dreier rdreier at cisco.com
Thu Nov 16 11:35:04 PST 2006


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)




More information about the general mailing list