Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193109
| From | "Incarnation P. Lee" <incarnation.p.lee@outlook.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/5] staging: lustre: Replace spaces at the start of a line. |
| Date | 2015-07-27 15:50 +0200 |
| Message-ID | <pQQX2-3uw-39@gated-at.bofh.it> (permalink) |
| References | <pQQX0-3uw-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: "Pan Li" <incarnation.p.lee@outlook.com>
Replace the spaces at the start of a line with tab for indent.
Signed-off-by: Pan Li <incarnation.p.lee@outlook.com>
---
drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 ++--
1 file 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 282ae73..4def881 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))
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/5] staging: lustre: Replace spaces at the start of a line. "Incarnation P. Lee" <incarnation.p.lee@outlook.com> - 2015-07-27 15:50 +0200
csiph-web