All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atutil: Fix newline before EOF and coding guideline volation
@ 2011-12-29 22:58 Syam Sidhardhan
  2012-01-02  0:18 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Syam Sidhardhan @ 2011-12-29 22:58 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

---
 drivers/atmodem/atutil.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/atmodem/atutil.h b/drivers/atmodem/atutil.h
index 26817e2..5046547 100644
--- a/drivers/atmodem/atutil.h
+++ b/drivers/atmodem/atutil.h
@@ -131,5 +131,4 @@ static inline int at_util_convert_signal_strength(int strength)
 		e.type = OFONO_ERROR_TYPE_NO_ERROR;	\
 		e.error = 0;				\
 		f(&e, ##args);				\
-	} while(0)					\
-
+	} while (0)
-- 
1.7.4.1


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

end of thread, other threads:[~2012-01-02  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 22:58 [PATCH] atutil: Fix newline before EOF and coding guideline volation Syam Sidhardhan
2012-01-02  0:18 ` Denis Kenzior

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.