Re: [PATCH 3/6] staging: lustre: obdclass: Create a header for obdo related functions
From: Dan Carpenter
Date: Mon Dec 05 2016 - 15:51:00 EST
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