aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov/lov_io.c
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2016-04-12 21:11:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-26 15:13:13 -0700
commit6a6514719455fd114a17c0e8c6ffff0f8c5151d6 (patch)
treef0886b3a6754095ed67a271933587c0a7b05d708 /drivers/staging/lustre/lustre/lov/lov_io.c
parentstaging: lustre: libcfs: Fix libcfs_ioctl() prototype. (diff)
downloadlinux-dev-6a6514719455fd114a17c0e8c6ffff0f8c5151d6.tar.xz
linux-dev-6a6514719455fd114a17c0e8c6ffff0f8c5151d6.zip
staging/lustre: Fix blank line after/before {/} style
This patch fixes all checkpatch occurences of CHECK: Blank lines aren't necessary after an open brace '{' CHECK: Blank lines aren't necessary before a close brace '}' in Lustre code. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/lov/lov_io.c')
-rw-r--r--drivers/staging/lustre/lustre/lov/lov_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lov/lov_io.c b/drivers/staging/lustre/lustre/lov/lov_io.c
index da4784b474e4..86cb3f8f9246 100644
--- a/drivers/staging/lustre/lustre/lov/lov_io.c
+++ b/drivers/staging/lustre/lustre/lov/lov_io.c
@@ -442,7 +442,6 @@ static int lov_io_rw_iter_init(const struct lu_env *env,
/* fast path for common case. */
if (lio->lis_nr_subios != 1 && !cl_io_is_append(io)) {
-
lov_do_div64(start, ssize);
next = (start + 1) * ssize;
if (next <= start * ssize)