Re: [PATCH] kernel: pid_namespace : fix warning Using plain integer as NULL pointer

2019-04-06 Thread Mukesh Ojha
On 4/6/2019 4:18 PM, Hariprasad Kelam wrote: changed passing function argument "0 to NULL" to fix below sparse warning kernel/pid_namespace.c:55:76: warning: Using plain integer as NULL pointer did changes to avoid checkpatch error "prefer a maximum 75 chars per line" Signed-off-by: Haripras

[PATCH] kernel: pid_namespace : fix warning Using plain integer as NULL pointer

2019-04-06 Thread Hariprasad Kelam
changed passing function argument "0 to NULL" to fix below sparse warning kernel/pid_namespace.c:55:76: warning: Using plain integer as NULL pointer did changes to avoid checkpatch error "prefer a maximum 75 chars per line" Signed-off-by: Hariprasad Kelam --- kernel/pid_namespace.c | 3 ++- 1