Fix a simple buildfailure by removing an odd closing parenthesis Signed-off-by: Peter Huewe <peterhuewe@xxxxxx> --- drivers/staging/speakup/fakekey.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/speakup/fakekey.c b/drivers/staging/speakup/fakekey.c index 9f2a7a1..1b34a87 100644 --- a/drivers/staging/speakup/fakekey.c +++ b/drivers/staging/speakup/fakekey.c @@ -78,7 +78,7 @@ void speakup_fake_down_arrow(void) /* don't change CPU */ preempt_disable(); - __this_cpu_write(reporting_keystroke), true); + __this_cpu_write(reporting_keystroke, true); input_report_key(virt_keyboard, KEY_DOWN, PRESSED); input_report_key(virt_keyboard, KEY_DOWN, RELEASED); __this_cpu_write(reporting_keystroke, false); -- 1.7.2.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel