From: Corcodel Marian <corcodel.mar...@gmail.com> Date: Wed, 5 Aug 2015 18:41:17 +0300
> +#define R8169_TX_RING_BYTES (NUM_ARRAYS_MAX * sizeof(struct TxDesc)) /* > here sizeof not reporting correct */ > +#define R8169_RX_RING_BYTES (NUM_ARRAYS_MAX * sizeof(struct RxDesc)) /* > here sizeof not reporting correct */ This comment makes the code more confusing rather than easier to understand. In fact I fail to see the reason for this patch, as a whole, at all. I hate to do this, but I am explitly letting you know that I am not going to invest any more time reviewing any submissions you make. They are all poorly formed, lack proper complete explanations, are buggy, or add no value at all to the driver. And the situation is not improving. This has been going on for several weeks now, and I have to draw the line somewhere. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html