alistair23-linux/drivers/staging/speakup
Kees Cook 24ed960abf treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
This changes all DEFINE_TIMER() callbacks to use a struct timer_list
pointer instead of unsigned long. Since the data argument has already been
removed, none of these callbacks are using their argument currently, so
this renames the argument to "unused".

Done using the following semantic patch:

@match_define_timer@
declarer name DEFINE_TIMER;
identifier _timer, _callback;
@@

 DEFINE_TIMER(_timer, _callback);

@change_callback depends on match_define_timer@
identifier match_define_timer._callback;
type _origtype;
identifier _origarg;
@@

 void
-_callback(_origtype _origarg)
+_callback(struct timer_list *unused)
 { ... }

Signed-off-by: Kees Cook <keescook@chromium.org>
2017-11-21 15:57:05 -08:00
..
buffers.c staging: speakup: Remove unnecessary parentheses 2017-09-18 12:23:40 +02:00
DefaultKeyAssignments
devsynth.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
fakekey.c
i18n.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
i18n.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig
keyhelp.c
kobjects.c
main.c treewide: Switch DEFINE_TIMER callbacks to struct timer_list * 2017-11-21 15:57:05 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
selection.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
serialio.c staging: speakup: alignment match open parens 2017-06-06 16:17:31 +02:00
serialio.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
speakup.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
speakup_acnt.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
speakup_acntpc.c
speakup_acntsa.c Staging: speakup: Replace symbolic permission 2017-09-17 16:35:26 +02:00
speakup_apollo.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_audptr.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_bns.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_decext.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_decpc.c staging: speakup: fix unnecessary long line 2017-05-15 12:44:20 +02:00
speakup_dectlk.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_dtlk.c
speakup_dtlk.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
speakup_dummy.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_keypc.c
speakup_ltlk.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_soft.c
speakup_spkout.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakup_txprt.c staging: speakup: Use octal permissions '0444' 2017-09-28 11:25:26 +02:00
speakupmap.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
speakupmap.map
spk_priv.h staging: speakup: add functions to register and unregister ldisc 2017-07-18 09:03:21 +02:00
spk_priv_keyinfo.h
spk_ttyio.c staging: speakup: Fix comment block coding style 2017-09-28 11:25:26 +02:00
spk_types.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
spkguide.txt
synth.c treewide: Switch DEFINE_TIMER callbacks to struct timer_list * 2017-11-21 15:57:05 -08:00
thread.c
TODO
varhandlers.c