[lustre-devel] [PATCH 3/6] staging: lustre: obdclass: Create a header for obdo related functions

Dan Carpenter dan.carpenter at oracle.com
Mon Dec 5 12:50:05 PST 2016


On Fri, Dec 02, 2016 at 02:40:47PM -0500, James Simmons wrote:
> -	__u32 local_flags = 0;
> +	u32 local_flags = 0;

> -	if (local_flags != 0) {
> +	if (local_flags) {

Please avoid these unrelated white space changes.

regards,
dan carpenter



More information about the lustre-devel mailing list