]> Git Repo - linux.git/commit
ipc/shm.c: make compat_ksys_shmctl() static
authorJason Yan <[email protected]>
Tue, 7 Apr 2020 03:12:56 +0000 (20:12 -0700)
committerLinus Torvalds <[email protected]>
Tue, 7 Apr 2020 17:43:45 +0000 (10:43 -0700)
commit1cd377baa91844b9f87a2b72eabf7ff783946b5e
treef2b8a3a4d4c7dc4e9dfca98db75a361ef8f070e9
parent43afe4d3661b04915aa357c5ab0f2a08718af9fd
ipc/shm.c: make compat_ksys_shmctl() static

Fix the following sparse warning:

ipc/shm.c:1335:6: warning: symbol 'compat_ksys_shmctl' was not declared.
Should it be static?

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Jason Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
ipc/shm.c
This page took 0.052506 seconds and 4 git commands to generate.