Skip to content

Commit

Permalink
Fix new checkpatch.pl issue
Browse files Browse the repository at this point in the history
	src/ipv4.c:208: ERROR: "foo * bar" should be "foo *bar"
	total: 1 errors, 0 warnings, 1414 lines checked
	error: src/ipv4.c does not comply with Linux kernel coding style
  • Loading branch information
DimitriPapadopoulos committed Dec 19, 2022
1 parent 6d0dab7 commit 04dc8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int ipv4_get_route(struct rtentry *route)
}

#else
FILE * fp;
FILE *fp;
uint32_t total_bytes_read = 0;

char *saveptr3 = NULL;
Expand Down

0 comments on commit 04dc8d4

Please sign in to comment.