alistair23-linux/drivers/staging/speakup
Emil Goode 7c10f1cd31 staging: speakup: fix warnings by adding __user annotations
This patch fixes the following sparse warnings by adding
__user annotations.

drivers/staging/speakup/speakup_soft.c:248:34: warning:
        incorrect type in argument 1 (different address spaces)
        drivers/staging/speakup/speakup_soft.c:248:34:
        expected void [noderef] <asn:1>*dst
        drivers/staging/speakup/speakup_soft.c:248:34:
        got char *[assigned] cp
drivers/staging/speakup/speakup_soft.c:272:40: warning:
        incorrect type in argument 1 (different address spaces)
        drivers/staging/speakup/speakup_soft.c:272:40:
        expected char const [noderef] <asn:1>*s
        drivers/staging/speakup/speakup_soft.c:272:40:
        got char const *buf
drivers/staging/speakup/speakup_soft.c:306:17: warning:
        incorrect type in initializer (incompatible argument 2
        (different address spaces))
        drivers/staging/speakup/speakup_soft.c:306:17:
        expected long ( *read )( ... )
        drivers/staging/speakup/speakup_soft.c:306:17:
        got long ( static [toplevel] *<noident> )( ... )
drivers/staging/speakup/speakup_soft.c:307:18: warning:
        incorrect type in initializer (incompatible argument 2
        (different address spaces))
        drivers/staging/speakup/speakup_soft.c:307:18:
        expected long ( *write )( ... )
        drivers/staging/speakup/speakup_soft.c:307:18:
        got long ( static [toplevel] *<nfile_operationsoident> )( ... )

drivers/staging/speakup/devsynth.c:29:41: warning:
        incorrect type in argument 2 (different address spaces)
        drivers/staging/speakup/devsynth.c:29:41:
        expected void const [noderef] <asn:1>*from
        drivers/staging/speakup/devsynth.c:29:41:    got char const *ptr
drivers/staging/speakup/devsynth.c:62:17: warning:
        incorrect type in initializer (incompatible argument 2
        (different address spaces))
        drivers/staging/speakup/devsynth.c:62:17:
        expected long ( *read )( ... )
        drivers/staging/speakup/devsynth.c:62:17:
        got long ( static [toplevel] *<noident> )( ... )
drivers/staging/speakup/devsynth.c:63:18: warning:
        incorrect type in initializer (incompatible argument 2
        (different address spaces))
        drivers/staging/speakup/devsynth.c:63:18:
        expected long ( *write )( ... )
        drivers/staging/speakup/devsynth.c:63:18:
        got long ( static [toplevel] *<noident> )( ... )

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-22 15:35:52 -07:00
..
buffers.c
DefaultKeyAssignments
devsynth.c staging: speakup: fix warnings by adding __user annotations 2013-05-22 15:35:52 -07:00
fakekey.c
i18n.c staging: speakup: i18n: remove custom locking macros 2013-05-16 16:11:08 -07:00
i18n.h
Kconfig staging/speakup: Remove trailing whitespace in Kconfig 2013-05-17 14:53:50 -07:00
keyhelp.c
kobjects.c Staging: speakup/kobjects: Use NULL instead of 0 2013-05-22 15:35:39 -07:00
main.c Staging: speakup/main: Staticize local symbols 2013-05-22 15:35:39 -07:00
Makefile
selection.c
serialio.c staging: speakup: serialio: remove custom locking macros 2013-05-16 16:11:09 -07:00
serialio.h
speakup.h
speakup_acnt.h
speakup_acntpc.c Staging: speakup/speakup_acntpc: Return NULL instead of 0 2013-05-22 15:35:38 -07:00
speakup_acntsa.c
speakup_apollo.c staging: speakup: apollo: remove custom locking macros 2013-05-16 16:11:09 -07:00
speakup_audptr.c
speakup_bns.c
speakup_decext.c staging: speakup: decext: remove custom locking macros 2013-05-16 16:11:10 -07:00
speakup_decpc.c Staging: speakup: Return NULL instead of 0 in speakup_decpc.c 2013-05-16 16:17:29 -07:00
speakup_dectlk.c staging: speakup: dectlk: remove custom locking macros 2013-05-16 16:14:47 -07:00
speakup_dtlk.c Staging: speakup/speakup_dtlk: Return NULL instead of 0 2013-05-22 15:35:38 -07:00
speakup_dtlk.h
speakup_dummy.c
speakup_keypc.c Staging: speakup/speakup_keypc: Return NULL instead of 0 2013-05-22 15:35:38 -07:00
speakup_ltlk.c
speakup_soft.c staging: speakup: fix warnings by adding __user annotations 2013-05-22 15:35:52 -07:00
speakup_spkout.c
speakup_txprt.c
speakupmap.h
speakupmap.map
spk_priv.h staging: speakup: remove custom locking macro definitions 2013-05-16 16:14:50 -07:00
spk_priv_keyinfo.h
spk_types.h
spkguide.txt
synth.c Staging: speakup: Fix return value in synth.c 2013-05-16 16:17:30 -07:00
thread.c staging: speakup: thread: remove custom locking macros 2013-05-16 16:14:49 -07:00
TODO
varhandlers.c Staging: speakup: Fix sparse warning in varhandlers.c 2013-05-16 16:17:29 -07:00