]> Git Repo - linux.git/commit
futex: Change 3rd arg of fetch_robust_entry() to unsigned int*
authorNamhyung Kim <[email protected]>
Tue, 14 Sep 2010 12:43:46 +0000 (21:43 +0900)
committerThomas Gleixner <[email protected]>
Sat, 18 Sep 2010 10:19:21 +0000 (12:19 +0200)
commit1dcc41bb037533839753df983d31778b30b67d93
treed35907b7c569ebc2ac80ca26ca44f0cbc4f66ecb
parent151b6a5f1d4c547c92ec67a5a6fedc16f435956e
futex: Change 3rd arg of fetch_robust_entry() to unsigned int*

Sparse complains:
 kernel/futex.c:2495:59: warning: incorrect type in argument 3 (different signedness)

Make 3rd argument of fetch_robust_entry() 'unsigned int'.

Signed-off-by: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Darren Hart <[email protected]>
LKML-Reference: <1284468228[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
kernel/futex.c
kernel/futex_compat.c
This page took 0.06137 seconds and 4 git commands to generate.