alistair23-linux/drivers/staging/speakup
Haneen Mohammed f7d63547ea Staging: speakup: Remove unused variable
This patch removes variable that was used to store only the return value of a function call.

The issue was detected and resolved using the following coccinelle script:

@@
expression ret;
identifier f;
@@

 -ret =
 +return
    f(...);
 -return ret;

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-09 13:30:40 +01:00
..
buffers.c staging: speakup: fix redundant return in void functions 2014-09-11 14:54:50 -07:00
DefaultKeyAssignments
devsynth.c
fakekey.c
i18n.c
i18n.h staging: speakup: Remove unnecessary space 2015-02-07 17:09:25 +08:00
Kconfig
keyhelp.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
kobjects.c Staging: speakup: Remove unused variable 2015-03-09 13:30:40 +01:00
main.c staging: speakup: remove extra parentheses around right bit shift operation 2015-03-06 15:22:43 -08:00
Makefile
selection.c drivers/staging: use current->state helpers 2015-01-28 11:25:28 -08:00
serialio.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
serialio.h staging: speakup: Fixed warning <linux/serial.h> instead of <asm/serial.h> 2014-10-02 10:09:01 -07:00
speakup.h Staging: speakup: Move pasting into a work item 2014-05-24 02:25:10 +09:00
speakup_acnt.h
speakup_acntpc.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_acntsa.c Merge branch 'next' (accumulated 3.16 merge window patches) into master 2014-06-08 11:31:16 -07:00
speakup_apollo.c
speakup_audptr.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_bns.c
speakup_decext.c staging: speakup: remove jiffies comparison using time_after_eq() 2014-09-23 13:31:36 -07:00
speakup_decpc.c staging: speakup: remove jiffies comparison using time_after_eq() 2014-09-23 13:31:36 -07:00
speakup_dectlk.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_dtlk.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2015-02-10 18:57:15 -08:00
speakup_dtlk.h
speakup_dummy.c
speakup_keypc.c staging: speakup: Use time_after_eq to compare jiffies in speakup_keypc.c 2014-10-20 10:29:19 +08:00
speakup_ltlk.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_soft.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_spkout.c staging: speakup: fix missing blank lines after declarations 2014-09-11 14:54:51 -07:00
speakup_txprt.c
speakupmap.h
speakupmap.map
spk_priv.h Staging: speakup: Remove 'extern' keywords from .h prototypes 2015-03-01 15:04:24 -08:00
spk_priv_keyinfo.h
spk_types.h staging: speakup: fix line indentations 2014-09-11 14:54:51 -07:00
spkguide.txt Staging: speakup: Fix trailing space 2014-09-28 23:16:06 -04:00
synth.c staging: speakup: Split the comment to fit the length 2015-01-17 16:14:16 -08:00
thread.c Staging: speakup: fix checkpatch warning 2014-09-19 17:27:28 -07:00
TODO Update speakup mailing list address 2014-07-18 16:36:29 -07:00
varhandlers.c staging: speakup: Fix missing blank line warning 2014-10-02 10:09:01 -07:00