Skip to content

Commit

Permalink
stress-netlink-proc: constify arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed May 23, 2022
1 parent c00e757 commit 3b05e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress-netlink-proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int monitor(const stress_args_t *args, const int sock)
* spawn_several()
* create a bunch of processes
*/
static void spawn_several(const char *name, int n, int max)
static void spawn_several(const char *name, const int n, const int max)
{
pid_t pid;

Expand Down

0 comments on commit 3b05e27

Please sign in to comment.