aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/fakekey.c
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2017-02-12 16:15:58 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-12 13:46:57 +0100
commit4d0bdcb10c43056489b69186ee43669f2a73b8f9 (patch)
tree5aac1704d23aabfb499848c326bf5bef60cef1cd /drivers/staging/speakup/fakekey.c
parentstaging: rtl8192u: Removing unnecessary parentheses (diff)
downloadlinux-dev-4d0bdcb10c43056489b69186ee43669f2a73b8f9.tar.xz
linux-dev-4d0bdcb10c43056489b69186ee43669f2a73b8f9.zip
staging: rtl8192e: Aligning the * on each line in block comments
This patch fixes the issue by aligning the * on each line in block comments. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/fakekey.c')
-rw-r--r--drivers/staging/speakup/fakekey.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/speakup/fakekey.c b/drivers/staging/speakup/fakekey.c
index 8f058b42f68d..d76da0a1382c 100644
--- a/drivers/staging/speakup/fakekey.c
+++ b/drivers/staging/speakup/fakekey.c
@@ -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);