aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorZoltán Lajos Kis <zoltan.lajos.kis@gmail.com>2015-06-10 22:00:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-10 17:55:09 -0700
commit84ea37b6d24a2e6b53e3e4736341e008fcac4eb6 (patch)
treee40622ad6cf720181ab77ab68532f2357f43ab04 /drivers/staging/lustre
parentstaging: lustre: lnet: o2iblnd: use swap() in kiblnd_dev_failover() (diff)
downloadlinux-dev-84ea37b6d24a2e6b53e3e4736341e008fcac4eb6.tar.xz
linux-dev-84ea37b6d24a2e6b53e3e4736341e008fcac4eb6.zip
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: Zoltán Lajos Kis <zoltan.lajos.kis@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/obdclass/dt_object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/dt_object.c b/drivers/staging/lustre/lustre/obdclass/dt_object.c
index 6ce407ff8318..4b5c828d6f05 100644
--- a/drivers/staging/lustre/lustre/obdclass/dt_object.c
+++ b/drivers/staging/lustre/lustre/obdclass/dt_object.c
@@ -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;