All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style
@ 2020-01-09  2:01 andre.pascoal.bento
  2020-01-14 15:00 ` Greg KH
  2020-01-14 15:00 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: andre.pascoal.bento @ 2020-01-09  2:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, andrepbento

From: andrepbento <andre.pascoal.bento@gmail.com>

Fixed three missing blank lines after declaration.

Signed-off-by: andrepbento <andre.pascoal.bento@gmail.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 1339c586bf64..ac713906009f 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.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style
  2020-01-09  2:01 [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style andre.pascoal.bento
@ 2020-01-14 15:00 ` Greg KH
  2020-01-14 15:00 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2020-01-14 15:00 UTC (permalink / raw)
  To: andre.pascoal.bento; +Cc: linux-kernel

On Thu, Jan 09, 2020 at 02:01:25AM +0000, andre.pascoal.bento@gmail.com wrote:
> From: andrepbento <andre.pascoal.bento@gmail.com>
> 
> Fixed three missing blank lines after declaration.
> 
> Signed-off-by: andrepbento <andre.pascoal.bento@gmail.com>

I need a "real" name here, something you would use for documents.

Please fix up and resend.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style
  2020-01-09  2:01 [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style andre.pascoal.bento
  2020-01-14 15:00 ` Greg KH
@ 2020-01-14 15:00 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2020-01-14 15:00 UTC (permalink / raw)
  To: andre.pascoal.bento; +Cc: linux-kernel

On Thu, Jan 09, 2020 at 02:01:25AM +0000, andre.pascoal.bento@gmail.com wrote:
> From: andrepbento <andre.pascoal.bento@gmail.com>
> 
> Fixed three missing blank lines after declaration.
> 
> Signed-off-by: andrepbento <andre.pascoal.bento@gmail.com>
> ---
>  drivers/accessibility/braille/braille_console.c | 3 +++
>  1 file changed, 3 insertions(+)

Also, where are the patches 1-100 of this series?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-14 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  2:01 [PATCH 101/101] Accessibility: braille: braille_console: fixed three missing black lines coding style andre.pascoal.bento
2020-01-14 15:00 ` Greg KH
2020-01-14 15:00 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.