From: Wayne Porter Date: Tue, 11 Oct 2016 21:56:35 +0000 (+0000) Subject: staging: rts5208: Add space around operator X-Git-Tag: v4.10-rc1~148^2~572 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3f19de3681d58135b502230eb01ec764d73be16c;p=karo-tx-linux.git staging: rts5208: Add space around operator Spaces are preferred around operators for readability Signed-off-by: Wayne Porter Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5208/rtsx.h b/drivers/staging/rts5208/rtsx.h index e725b10ed087..575e5734f2a5 100644 --- 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);