Diff between 2f95a764867888e33c9577bcd35d1f70693f340b and 89bc45d2626dfd2340b57b076e6535e0f9594048

Changed Files

File Additions Deletions Status
src/shared/hfp.c +2 -1 modified

Full Patch

diff --git a/src/shared/hfp.c b/src/shared/hfp.c
index a35cb7b..7ad6e42 100644
--- a/src/shared/hfp.c
+++ b/src/shared/hfp.c
@@ -473,7 +473,8 @@ static void process_input(struct hfp_gw *hfp)
 		char *str2;
 		size_t len2;
 
-		/* If there is no more data in ringbuffer,
+		/*
+		 * If there is no more data in ringbuffer,
 		 * it's just an incomplete command.
 		 */
 		if (len == ringbuf_len(hfp->read_buf))