* [PATCH] staging/speakup: fix buildfailure by removing odd closing parenthesis
@ 2010-12-08 22:45 Peter Huewe
2010-12-08 22:56 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Peter Huewe @ 2010-12-08 22:45 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Christoph Lameter, Tejun Heo, William Hubbs, Dan Carpenter, devel,
linux-kernel, Peter Huewe
Fix a simple buildfailure by removing an odd closing parenthesis
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-08 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 22:45 [PATCH] staging/speakup: fix buildfailure by removing odd closing parenthesis Peter Huewe
2010-12-08 22:56 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox