Re: [PATCH 6/6] staging: lustre: lustre: fix all braces issues reported by checkpatch

From: Greg Kroah-Hartman
Date: Fri Jun 23 2017 - 16:26:07 EST


On Wed, Jun 14, 2017 at 11:01:21AM -0400, James Simmons wrote:
> Cleanup all braces that was reported by checkpatch. The only
> issue not fixed up is in mdc_lock.c. Removing the braces in
> the case of mdc_lock.c will break the build.
>
> Signed-off-by: James Simmons <jsimmons@xxxxxxxxxxxxx>
> ---
> drivers/staging/lustre/lustre/fld/fld_cache.c | 3 ++-
> drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 9 +++++----
> drivers/staging/lustre/lustre/llite/vvp_dev.c | 5 +++--
> 3 files changed, 10 insertions(+), 7 deletions(-)

As I skipped patch 5/6, this doesn't apply :(