[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210613203031.23721-1-majortomtosourcecontrol@gmail.com>
Date: Sun, 13 Jun 2021 14:30:32 -0600
From: Clayton Casciato <majortomtosourcecontrol@...il.com>
To: jirislaby@...nel.org
Cc: gregkh@...uxfoundation.org, gustavoars@...nel.org,
linux-kernel@...r.kernel.org,
Clayton Casciato <majortomtosourcecontrol@...il.com>
Subject: [PATCH] accessibility: braille: braille_console: fix whitespace style issues
Fixed a coding style issue.
Signed-off-by: Clayton Casciato <majortomtosourcecontrol@...il.com>
---
drivers/accessibility/braille/braille_console.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/accessibility/braille/braille_console.c b/drivers/accessibility/braille/braille_console.c
index 9861302cc7db..a0656c6b595f 100644
--- a/drivers/accessibility/braille/braille_console.c
+++ b/drivers/accessibility/braille/braille_console.c
@@ -225,6 +225,7 @@ static int keyboard_notifier_call(struct notifier_block *blk,
case KBD_POST_KEYSYM:
{
unsigned char type = KTYP(param->value) - 0xf0;
+
if (type == KT_SPEC) {
unsigned char val = KVAL(param->value);
int on_off = -1;
@@ -264,6 +265,7 @@ static int vt_notifier_call(struct notifier_block *blk,
{
struct vt_notifier_param *param = _param;
struct vc_data *vc = param->vc;
+
switch (code) {
case VT_ALLOCATE:
break;
@@ -272,6 +274,7 @@ static int vt_notifier_call(struct notifier_block *blk,
case VT_WRITE:
{
unsigned char c = param->c;
+
if (vc->vc_num != fg_console)
break;
switch (c) {
--
2.31.1
Powered by blists - more mailing lists