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

From: Roland Dreier
Date: Fri Aug 25 2006 - 15:48:22 EST


> + 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/