summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorPan Li <incarnation.p.lee@outlook.com>2015-07-27 13:48:10 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-31 15:54:09 -0700
commit648d6e6ce4457f9558e1c9d5a8ed73e2baace312 (patch)
treecb7bf129f00bce469daa433fe669c3be87647663 /drivers/staging/lustre
parent29edbe5e29d0ba3f619723f964724adab168f6f8 (diff)
downloadlinux-648d6e6ce4457f9558e1c9d5a8ed73e2baace312.tar.bz2
staging: lustre: Replace spaces at the start of a line.
Replace the spaces at the start of a line with tab for indent. Signed-off-by: Pan Li <incarnation.p.lee@outlook.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/obdclass/cl_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/cl_page.c b/drivers/staging/lustre/lustre/obdclass/cl_page.c
index 282ae734fba2..4def88106d3a 100644
--- a/drivers/staging/lustre/lustre/obdclass/cl_page.c
+++ b/drivers/staging/lustre/lustre/obdclass/cl_page.c
@@ -52,12 +52,12 @@ static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg,
int radix);
# define PASSERT(env, page, expr) \
- do { \
+ do { \
if (unlikely(!(expr))) { \
CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n"); \
LASSERT(0); \
} \
- } while (0)
+ } while (0)
# define PINVRNT(env, page, exp) \
((void)sizeof(env), (void)sizeof(page), (void)sizeof !!(exp))