lkml.org 
[lkml]   [2004]   [Mar]   [29]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 29 Mar 2004 16:47:01 -0800
FromPaul Jackson <>
SubjectRe: [PATCH] mask ADT: new mask.h file [2/22]
The following typo needs fixing.  I had double opening
brace, instead of parenthesis-brace.  Time to increase
my screen font size.

===== include/linux/mask.h 1.3 vs edited =====
--- 1.3/include/linux/mask.h    Mon Mar 29 17:10:27 2004
+++ edited/include/linux/mask.h Mon Mar 29 17:37:01 2004
@@ -352,13 +352,13 @@
 })

 #define MASK_ALL(nbits)
-{{
+({
        [0 ... BITS_TO_LONGS(nbits)-1] = ~0UL,
        [BITS_TO_LONGS(nbits)-1] = MASK_LAST_WORD(nbits)
 }}

 #define MASK_NONE(nbits)
-{{
+({
        [0 ... BITS_TO_LONGS(nbits)-1] =  0UL
 }}

-- 
                          I won't rest till it's the best ...
                          Programmer, Linux Scalability
                          Paul Jackson <pj@sgi.com> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:02    [from the cache]
©2003-2008