staging: lustre: include: linux: libcfs: linux: Removed line continuations.
This patch fixes "Avoid unnecessary line continuations" checkpatch.pl warning in linux-time.h Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fa44eae464
commit
4de8e0d817
@ -106,8 +106,7 @@ static inline void cfs_duration_usec(long d, struct timeval *s)
|
||||
s->tv_usec = t;
|
||||
#else
|
||||
s->tv_sec = d / HZ;
|
||||
s->tv_usec = ((d - (long)s->tv_sec * HZ) * \
|
||||
ONE_MILLION) / HZ;
|
||||
s->tv_usec = ((d - (long)s->tv_sec * HZ) * ONE_MILLION) / HZ;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user