All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove unnecessary newline for brace
@ 2020-03-11 12:55 Enrique Vargas
  2020-03-11 12:56 ` [Outreachy kernel] " Julia Lawall
  2020-03-11 13:05 ` Greg KH
  0 siblings, 2 replies; 6+ messages in thread
From: Enrique Vargas @ 2020-03-11 12:55 UTC (permalink / raw)
  To: Chas Williams, linux-iio, Greg KH, outreachy-kernel

put brace at the end of line following coding conventions

Signed-off-by: Enrique Vargas <jevargas@seas.upenn.edu>
---
 drivers/atm/adummy.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/atm/adummy.c b/drivers/atm/adummy.c
index 8157925af824..6eeaa1b21f3b 100644
--- a/drivers/atm/adummy.c
+++ b/drivers/atm/adummy.c
@@ -131,8 +131,7 @@ adummy_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
 	return 0;
 }
 
-static const struct atmdev_ops adummy_ops =
-{
+static const struct atmdev_ops adummy_ops = {
 	.open =		adummy_open,
 	.close =	adummy_close,	
 	.send =		adummy_send,
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] remove unnecessary newline for brace
@ 2020-03-11 12:52 Enrique Vargas
  2020-03-11 13:04 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Enrique Vargas @ 2020-03-11 12:52 UTC (permalink / raw)
  To: Chas Williams, linux-iio, Greg KH

put brace at the end of line following coding conventions

Signed-off-by: Enrique Vargas <jevargas@seas.upenn.edu>
---
 drivers/atm/adummy.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/atm/adummy.c b/drivers/atm/adummy.c
index 8157925af824..6eeaa1b21f3b 100644
--- a/drivers/atm/adummy.c
+++ b/drivers/atm/adummy.c
@@ -131,8 +131,7 @@ adummy_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
 	return 0;
 }
 
-static const struct atmdev_ops adummy_ops =
-{
+static const struct atmdev_ops adummy_ops = {
 	.open =		adummy_open,
 	.close =	adummy_close,	
 	.send =		adummy_send,
-- 
2.17.1


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

end of thread, other threads:[~2020-03-11 13:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11 12:55 [PATCH] remove unnecessary newline for brace Enrique Vargas
2020-03-11 12:56 ` [Outreachy kernel] " Julia Lawall
2020-03-11 13:05 ` Greg KH
2020-03-11 13:37   ` Enrique Vargas
  -- strict thread matches above, loose matches on Subject: below --
2020-03-11 12:52 Enrique Vargas
2020-03-11 13:04 ` 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.