Commit b16d335d authored by Pan Li's avatar Pan Li Committed by Greg Kroah-Hartman

staging: lustre: Adjust code indent for macro and tail blackslash

Adjust code indent for macro with tab, as well as tail blackslash.
Signed-off-by: default avatarPan Li <incarnation.p.lee@outlook.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 648d6e6c
...@@ -51,12 +51,12 @@ ...@@ -51,12 +51,12 @@
static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg, static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg,
int radix); int radix);
# define PASSERT(env, page, expr) \ # define PASSERT(env, page, expr) \
do { \ do { \
if (unlikely(!(expr))) { \ if (unlikely(!(expr))) { \
CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n"); \ CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n"); \
LASSERT(0); \ LASSERT(0); \
} \ } \
} while (0) } while (0)
# define PINVRNT(env, page, exp) \ # define PINVRNT(env, page, exp) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment