Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1253988 > unrolled thread

[PATCH] Staging: lustre: lov_obd: fixed a brace coding style issue

Started byNilesh Kokane <nilesh.kokane05@gmail.com>
First post2015-10-22 19:20 +0200
Last post2015-10-22 19:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: lustre: lov_obd: fixed a brace coding style issue Nilesh Kokane <nilesh.kokane05@gmail.com> - 2015-10-22 19:20 +0200

#1253988 — [PATCH] Staging: lustre: lov_obd: fixed a brace coding style issue

FromNilesh Kokane <nilesh.kokane05@gmail.com>
Date2015-10-22 19:20 +0200
Subject[PATCH] Staging: lustre: lov_obd: fixed a brace coding style issue
Message-ID<qmrGW-BA-1@gated-at.bofh.it>
Fixed a coding style issue.

Signed-off-by: Nilesh kokane <Nilesh.Kokane05@gmail.com>
---
 drivers/staging/lustre/lustre/lov/lov_obd.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/lustre/lustre/lov/lov_obd.c b/drivers/staging/lustre/lustre/lov/lov_obd.c
index 96c55ac..8e1729e 100644
--- a/drivers/staging/lustre/lustre/lov/lov_obd.c
+++ b/drivers/staging/lustre/lustre/lov/lov_obd.c
@@ -2100,11 +2100,10 @@ static int lov_set_info_async(const struct lu_env *env, struct obd_export *exp,
 	}
 
 	for (i = 0; i < count; i++, val = (char *)val + incr) {
-		if (next_id) {
+		if (next_id)
 			tgt = lov->lov_tgts[((struct obd_id_info *)val)->idx];
-		} else {
+		else
 			tgt = lov->lov_tgts[i];
-		}
 		/* OST was disconnected */
 		if (!tgt || !tgt->ltd_exp)
 			continue;
-- 
1.9.1

--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web