driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] staging: gasket: Fix line ending with a '('
@ 2019-10-25 23:39 Cristiane Naves
  2019-10-26  4:40 ` [Outreachy kernel] " Julia Lawall
  2019-10-26 18:02 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 3+ messages in thread
From: Cristiane Naves @ 2019-10-25 23:39 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: devel, Greg Kroah-Hartman, linux-kernel, outreachy-kernel,
	Rob Springer, Todd Poynor

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

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2019-10-26 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 23:39 [RESEND PATCH] staging: gasket: Fix line ending with a '(' Cristiane Naves
2019-10-26  4:40 ` [Outreachy kernel] " Julia Lawall
2019-10-26 18:02 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).