mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 13:27:25 -04:00
staging: rts5208: Add space around operator
Spaces are preferred around operators for readability Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
44000fe6f1
commit
3f19de3681
@@ -149,7 +149,7 @@ static inline void get_current_time(u8 *timeval_buf, int buf_len)
|
||||
|
||||
getnstimeofday64(&ts64);
|
||||
|
||||
tv_usec = ts64.tv_nsec/NSEC_PER_USEC;
|
||||
tv_usec = ts64.tv_nsec / NSEC_PER_USEC;
|
||||
|
||||
timeval_buf[0] = (u8)(ts64.tv_sec >> 24);
|
||||
timeval_buf[1] = (u8)(ts64.tv_sec >> 16);
|
||||
|
||||
Reference in New Issue
Block a user