diff mbox series

[2/2] ipc: Fix trailing whitespace in network_ipc.c

Message ID 20200409174841.19658-2-toertel@gmail.com
State Accepted
Headers show
Series None | expand

Commit Message

Mark Jonas April 9, 2020, 5:48 p.m. UTC
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 ipc/network_ipc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic April 9, 2020, 7:01 p.m. UTC | #1
On 09/04/20 19:48, Mark Jonas wrote:
> Signed-off-by: Mark Jonas <toertel@gmail.com>
> ---
>  ipc/network_ipc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ipc/network_ipc.c b/ipc/network_ipc.c
> index 83490d9..1f3d6a2 100644
> --- a/ipc/network_ipc.c
> +++ b/ipc/network_ipc.c
> @@ -128,7 +128,7 @@ static int __ipc_get_status(int connfd, ipc_message *msg, unsigned int timeout_m
>  		msg->magic = 0;
>  
>  		tv.tv_sec = 0;
> -		tv.tv_usec = timeout_ms * 1000; 
> +		tv.tv_usec = timeout_ms * 1000;
>  		ret = select(connfd + 1, &fds, NULL, NULL, &tv);
>  		if (ret <= 0 || !FD_ISSET(connfd, &fds))
>  			return 0;
> 
Acked-by: Stefano Babic  <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/ipc/network_ipc.c b/ipc/network_ipc.c
index 83490d9..1f3d6a2 100644
--- a/ipc/network_ipc.c
+++ b/ipc/network_ipc.c
@@ -128,7 +128,7 @@  static int __ipc_get_status(int connfd, ipc_message *msg, unsigned int timeout_m
 		msg->magic = 0;
 
 		tv.tv_sec = 0;
-		tv.tv_usec = timeout_ms * 1000; 
+		tv.tv_usec = timeout_ms * 1000;
 		ret = select(connfd + 1, &fds, NULL, NULL, &tv);
 		if (ret <= 0 || !FD_ISSET(connfd, &fds))
 			return 0;