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

Commit d239f49d authored by Richard Cochran's avatar Richard Cochran Committed by John Stultz
Browse files

timekeeping: Fix a few minor newline issues.



Fix a few minor newline issues.

Signed-off-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 190d3b6b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -240,7 +240,6 @@ void getnstimeofday(struct timespec *ts)

	timespec_add_ns(ts, nsecs);
}

EXPORT_SYMBOL(getnstimeofday);

ktime_t ktime_get(void)
@@ -357,8 +356,8 @@ void do_gettimeofday(struct timeval *tv)
	tv->tv_sec = now.tv_sec;
	tv->tv_usec = now.tv_nsec/1000;
}

EXPORT_SYMBOL(do_gettimeofday);

/**
 * do_settimeofday - Sets the time of day
 * @tv:		pointer to the timespec variable containing the new time
@@ -392,7 +391,6 @@ int do_settimeofday(const struct timespec *tv)

	return 0;
}

EXPORT_SYMBOL(do_settimeofday);