]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: fid: Remove space before braces for defined() check
authorAndreas Ruprecht <rupran@einserver.de>
Sat, 3 Jan 2015 11:29:05 +0000 (12:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:58:30 +0000 (15:58 -0800)
commit1f3fd50391d5644edcb25222b2542a5d165d7464
treefa8877e3391c19aa87d928d9d9652f4188e87c19
parentef4356bf0cf7ed2c9aed45dd64d73538da023718
staging: lustre: fid: Remove space before braces for defined() check

checkpatch complains about three places where a space is prohibited
before the braces for an "#if defined()" check. This patch removes
the spaces.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fid/fid_internal.h
drivers/staging/lustre/lustre/fid/fid_request.c