]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/speakup/fakekey.c
Merge remote-tracking branches 'asoc/topic/max9878', 'asoc/topic/max98927', 'asoc...
[karo-tx-linux.git] / drivers / staging / speakup / fakekey.c
index 8f058b42f68d910aa5a681cb8a1270ebbec642b7..d76da0a1382cc4b554525eb80f12bc86cac7ea9f 100644 (file)
@@ -63,8 +63,8 @@ void speakup_remove_virtual_keyboard(void)
 }
 
 /*
       * Send a simulated down-arrow to the application.
       */
+ * Send a simulated down-arrow to the application.
+ */
 void speakup_fake_down_arrow(void)
 {
        unsigned long flags;
@@ -87,9 +87,9 @@ void speakup_fake_down_arrow(void)
 }
 
 /*
       * Are we handling a simulated keypress on the current CPU?
       * Returns a boolean.
       */
+ * Are we handling a simulated keypress on the current CPU?
+ * Returns a boolean.
+ */
 bool speakup_fake_key_pressed(void)
 {
        return this_cpu_read(reporting_keystroke);