[PATCH] minor sparse change fixing a typo

From: Dave Olien (dmo@osdl.org)
Date: Mon Jun 23 2003 - 16:28:09 EST


This patch fixes a one-character typo in evaluating SPECIAL_OR_ASSIGN.

--- sparse_original/evaluate.c 2003-06-16 08:25:48.000000000 -0700
+++ sparse_test/evaluate.c 2003-06-23 14:21:19.000000000 -0700
@@ -848,7 +848,7 @@
                 [SPECIAL_SHL_ASSIGN - SPECIAL_BASE] = SPECIAL_LEFTSHIFT,
                 [SPECIAL_SHR_ASSIGN - SPECIAL_BASE] = SPECIAL_RIGHTSHIFT,
                 [SPECIAL_AND_ASSIGN - SPECIAL_BASE] = '&',
- [SPECIAL_OR_ASSIGN - SPECIAL_BASE] = '&',
+ [SPECIAL_OR_ASSIGN - SPECIAL_BASE] = '|',
                 [SPECIAL_XOR_ASSIGN - SPECIAL_BASE] = '^'
         };
 
-
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/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:42 EST