Staging: lustre: fix line over 80 characters in dt_object.c
authorZoltán Lajos Kis <zoltan.lajos.kis@gmail.com>
Wed, 10 Jun 2015 20:00:15 +0000 (22:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:55:09 +0000 (17:55 -0700)
Fixes a line over 80 characters warining in
lustre/lustre/obdclass/dt_object.c that was 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 6ce407f..4b5c828 100644 (file)
@@ -235,7 +235,8 @@ EXPORT_SYMBOL(dt_locate_at);
 /**
  * find a object named \a entry in given \a dfh->dfh_o directory.
  */
-static int dt_find_entry(const struct lu_env *env, const char *entry, void *data)
+static int dt_find_entry(const struct lu_env *env,
+                        const char *entry, void *data)
 {
        struct dt_find_hint  *dfh = data;
        struct dt_device     *dt = dfh->dfh_dt;