All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coding-style: Add exception to M12 rule for external enums
@ 2010-11-17  7:09 Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
  2010-11-17  7:09 ` [PATCH] todo: Add Location Service (AGPS) task Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sjur =?unknown-8bit?q?Br=C3=A6ndeland?= @ 2010-11-17  7:09 UTC (permalink / raw)
  To: ofono

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

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

---
 doc/coding-style.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 6fa355e..fb43891 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -205,6 +205,10 @@ default:  // wrong
 	break;
 }
 
+However if the enum comes from an external header file outside ofono
+we cannot make any assumption of how the enum is defined and this
+rule might not apply.
+
 O1: Shorten the name
 ====================
 Better to use abbreviation, rather than full name, to name a variable,
-- 
1.7.0.4


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

end of thread, other threads:[~2010-11-17 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17  7:09 [PATCH] coding-style: Add exception to M12 rule for external enums Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2010-11-17  7:09 ` [PATCH] todo: Add Location Service (AGPS) task Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2010-11-17 14:29   ` Denis Kenzior
2010-11-17  7:09 ` [PATCH] stemodem: Change use of types Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2010-11-17 14:28 ` [PATCH] coding-style: Add exception to M12 rule for external enums 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.