[openib-general] [PATCH 11 of 23] IB/ipath - add new minor device to allow sending of diag packets

Roland Dreier rdreier at cisco.com
Fri Aug 25 12:50:58 PDT 2006


 > +	if (ret < 0) {
 > +		printk(KERN_ERR IPATH_DRV_NAME ": Unable to create "
 > +		       "diag data device: error %d\n", -ret);
 > +		goto bail_ipathfs;
 > +	}
 > + 

The last line adds trailing whitespace, which git complains about.
When patchbombing, can you run your patches through "git apply --check
--whitespace=error-all" or the equivalent?

Thanks,
  Roland




More information about the general mailing list