Staging: lustre: fix space before and after comma in dt_object.c
authorZoltán Lajos Kis <zoltan.lajos.kis@gmail.com>
Wed, 10 Jun 2015 20:00:17 +0000 (22:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:55:37 +0000 (17:55 -0700)
Fixes a space prohibited before that ',' and space required after
that ',' error in lustre/lustre/obdclass/dt_object.c that were
found by the checkpatch.pl tool.

Signed-off-by: Zoltán Lajos Kis <zoltan.lajos.kis@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/dt_object.c

index 46fbf216e7f89856dc7afeda6929ef84b025098e..b67b0feb03e0561cd43a942cbd78db03b564358a 100644 (file)
@@ -922,7 +922,7 @@ int dt_index_read(const struct lu_env *env, struct dt_device *dev,
        ii->ii_version = dt_version_get(env, obj);
 
        /* walk the index and fill lu_idxpages with key/record pairs */
-       rc = dt_index_walk(env, obj, rdpg, dt_index_page_build ,ii);
+       rc = dt_index_walk(env, obj, rdpg, dt_index_page_buildii);
        dt_read_unlock(env, obj);
 
        if (rc == 0) {
This page took 0.029222 seconds and 5 git commands to generate.