Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84ea37b6 authored by Zoltán Lajos Kis's avatar Zoltán Lajos Kis Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: fix line over 80 characters in dt_object.c



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: default avatarZoltán Lajos Kis <zoltan.lajos.kis@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d37b171
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;