linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH] trivial fix for seg fault.
@ 2006-11-23  7:45 Christopher Li
  2006-11-28 20:27 ` Josh Triplett
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Li @ 2006-11-23  7:45 UTC (permalink / raw)
  To: Josh Triplett; +Cc: linux-sparse

Trivial fix for some seg fault.

Signed-Off-By: Christopher Li <sparse@chrisli.org>

Index: sparse/token.h
===================================================================
--- sparse.orig/token.h	2006-11-22 23:34:35.000000000 -0800
+++ sparse/token.h	2006-11-22 23:36:28.000000000 -0800
@@ -94,7 +94,7 @@
 	"||", "|=",		\
 	"^=", "##",		\
 	"<<", ">>", "..",	\
-	"<<=", ">>=", "..."	\
+	"<<=", ">>=", "...",	\
 	"",			\
 	"<", ">", "<=", ">="	\
 }

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

* Re: [TRIVIAL][PATCH] trivial fix for seg fault.
  2006-11-23  7:45 [TRIVIAL][PATCH] trivial fix for seg fault Christopher Li
@ 2006-11-28 20:27 ` Josh Triplett
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Triplett @ 2006-11-28 20:27 UTC (permalink / raw)
  To: Christopher Li; +Cc: linux-sparse

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

Christopher Li wrote:
> Trivial fix for some seg fault.
> 
> Signed-Off-By: Christopher Li <sparse@chrisli.org>
> 
> Index: sparse/token.h
> ===================================================================
> --- sparse.orig/token.h	2006-11-22 23:34:35.000000000 -0800
> +++ sparse/token.h	2006-11-22 23:36:28.000000000 -0800
> @@ -94,7 +94,7 @@
>  	"||", "|=",		\
>  	"^=", "##",		\
>  	"<<", ">>", "..",	\
> -	"<<=", ">>=", "..."	\
> +	"<<=", ">>=", "...",	\
>  	"",			\
>  	"<", ">", "<=", ">="	\
>  }

Merged, thanks.

- Josh Triplett



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2006-11-28 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-23  7:45 [TRIVIAL][PATCH] trivial fix for seg fault Christopher Li
2006-11-28 20:27 ` Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).