On Mon, Nov 30, 2015 at 02:46:14PM -0500, Benjamin Romer wrote:
> @@ -1651,7 +1651,7 @@ service_resp_queue(struct uiscmdrsp *cmdrsp, struct
> visornic_devdata *devdata,
> * netif_wake_queue()
> */
> if (vnic_hit_low_watermark(devdata,
> - devdata->lower_threshold_net_xmits)) {
> + devdata->lower_threshold_net_xmits)) {
The original was best. It is suggesting:
if (vnic_hit_low_watermark(devdata,
devdata->lower_threshold_net_xmits)) {
But that is over 80 chars.
regards,
dan carpenter
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel