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

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.