projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44000fe
)
staging: rts5208: Add space around operator
author
Wayne Porter
<wporter82@gmail.com>
Tue, 11 Oct 2016 21:56:35 +0000
(21:56 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:53 +0000
(10:26 +0200)
Spaces are preferred around operators for readability
Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rts5208/rtsx.h
b/drivers/staging/rts5208/rtsx.h
index e725b10ed08788d07b3942421eb0d3b9501f074d..575e5734f2a5ca61e2313871103fa51d36b7b93f 100644
(file)
--- a/
drivers/staging/rts5208/rtsx.h
+++ b/
drivers/staging/rts5208/rtsx.h
@@
-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);