Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-06 Thread Stefan Richter
Pavel Machek wrote: > It just would be nice to have example specifying one way... I don't see a necessity. -- Stefan Richter -=-=-=== =-=- --==- http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-06 Thread Stefan Richter
Pavel Machek wrote: It just would be nice to have example specifying one way... I don't see a necessity. -- Stefan Richter -=-=-=== =-=- --==- http://arcgraph.de/sr/ - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Pavel Machek
On Thu 2007-10-04 11:51:35, Jan Engelhardt wrote: > > On Oct 4 2007 11:44, Pavel Machek wrote: > >diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > >index 7f1730f..1595a45 100644 > >--- a/Documentation/CodingStyle > >+++ b/Documentation/CodingStyle > >@@ -71,6 +71,15 @@ used

Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Jan Engelhardt
On Oct 4 2007 11:44, Pavel Machek wrote: >diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle >index 7f1730f..1595a45 100644 >--- a/Documentation/CodingStyle >+++ b/Documentation/CodingStyle >@@ -71,6 +71,15 @@ used for indentation, and the above exam > > Get a decent editor and

CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Pavel Machek
Mention whitespace and bitfields style, prefer (!foo) to (foo == NULL) in examples. Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 7f1730f..1595a45 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@

Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Pavel Machek
On Thu 2007-10-04 11:51:35, Jan Engelhardt wrote: On Oct 4 2007 11:44, Pavel Machek wrote: diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 7f1730f..1595a45 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -71,6 +71,15 @@ used for

Re: CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Jan Engelhardt
On Oct 4 2007 11:44, Pavel Machek wrote: diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 7f1730f..1595a45 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -71,6 +71,15 @@ used for indentation, and the above exam Get a decent editor and don't

CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples

2007-10-04 Thread Pavel Machek
Mention whitespace and bitfields style, prefer (!foo) to (foo == NULL) in examples. Signed-off-by: Pavel Machek [EMAIL PROTECTED] diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 7f1730f..1595a45 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@