All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: gasket: Fix line ending with a '('
@ 2019-10-20 17:44 CristianeNaves
  2019-10-25  3:12 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: CristianeNaves @ 2019-10-20 17:44 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Rob Springer, Todd Poynor, Ben Chan, Greg Kroah-Hartman

Fix line ending with a '('

Signed-off-by: 'Cristiane Naves <cristianenavescardoso09@gmail.com>'
---
 drivers/staging/gasket/gasket_ioctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/gasket/gasket_ioctl.c b/drivers/staging/gasket/gasket_ioctl.c
index 240f9bb..d1b3e9a 100644
--- a/drivers/staging/gasket/gasket_ioctl.c
+++ b/drivers/staging/gasket/gasket_ioctl.c
@@ -34,8 +34,8 @@ static int gasket_set_event_fd(struct gasket_dev *gasket_dev,
 
 	trace_gasket_ioctl_eventfd_data(die.interrupt, die.event_fd);
 
-	return gasket_interrupt_set_eventfd(
-		gasket_dev->interrupt_data, die.interrupt, die.event_fd);
+	return gasket_interrupt_set_eventfd(gasket_dev->interrupt_data,
+					    die.interrupt, die.event_fd);
 }
 
 /* Read the size of the page table. */
-- 
2.7.4



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

* Re: [PATCH] staging: gasket: Fix line ending with a '('
  2019-10-20 17:44 [PATCH] staging: gasket: Fix line ending with a '(' CristianeNaves
@ 2019-10-25  3:12 ` Greg Kroah-Hartman
  2019-10-25 23:52   ` Cristiane Naves
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2019-10-25  3:12 UTC (permalink / raw)
  To: CristianeNaves; +Cc: outreachy-kernel, Rob Springer, Todd Poynor, Ben Chan

On Sun, Oct 20, 2019 at 03:44:15PM -0200, CristianeNaves wrote:
> Fix line ending with a '('
> 
> Signed-off-by: 'Cristiane Naves <cristianenavescardoso09@gmail.com>'

Your From: line does not match this name :(

And why the ' characters?  It's not needed.

Please fix up and resend, thanks.

greg k-h


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

* Re: [PATCH] staging: gasket: Fix line ending with a '('
  2019-10-25  3:12 ` Greg Kroah-Hartman
@ 2019-10-25 23:52   ` Cristiane Naves
  0 siblings, 0 replies; 3+ messages in thread
From: Cristiane Naves @ 2019-10-25 23:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman, outreachy-kernel

On Thu, Oct 24, 2019 at 11:12:49PM -0400, Greg Kroah-Hartman wrote:
> On Sun, Oct 20, 2019 at 03:44:15PM -0200, CristianeNaves wrote:
> > Fix line ending with a '('
> > 
> > Signed-off-by: 'Cristiane Naves <cristianenavescardoso09@gmail.com>'
> 
> Your From: line does not match this name :(
> 
> And why the ' characters?  It's not needed.
> 
> Please fix up and resend, thanks.
> 
> greg k-h

Thanks for the feedback! I just resent the patch.


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

end of thread, other threads:[~2019-10-25 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 17:44 [PATCH] staging: gasket: Fix line ending with a '(' CristianeNaves
2019-10-25  3:12 ` Greg Kroah-Hartman
2019-10-25 23:52   ` Cristiane Naves

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.