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

Commit ad6eb8bb authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre/libcfs: Remove stray spaces after function name



Problem highlighted by checkpatch.

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 36355e39
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -279,8 +279,7 @@ cfs_trace_get_tcd(void)
	return tcd;
}

static inline void
cfs_trace_put_tcd (struct cfs_trace_cpu_data *tcd)
static inline void cfs_trace_put_tcd(struct cfs_trace_cpu_data *tcd)
{
	cfs_trace_unlock_tcd(tcd, 0);

+4 −5
Original line number Diff line number Diff line
@@ -204,8 +204,7 @@ cfs_wi_schedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi)
}
EXPORT_SYMBOL(cfs_wi_schedule);

static int
cfs_wi_scheduler (void *arg)
static int cfs_wi_scheduler(void *arg)
{
	struct cfs_wi_sched	*sched = (struct cfs_wi_sched *)arg;

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.