All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] [PATCH] 81 patches for strings
@ 2004-03-19 15:06 Carlo Perassi
  2004-03-19 16:02 ` Luiz Fernando Capitulino
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Carlo Perassi @ 2004-03-19 15:06 UTC (permalink / raw)
  To: kernel-janitors

Hi.
With some scripting and manual check, I patched 81 files
from
[const] char *foo = "blah";
to
[const] char foo[] = "blah";
(this change makes one variable insted of two variables in the final
assembly output; see line 385 of the TODO file)

I don't attach all the patch files.
A tarball of 81 patch files is here:
http://www.linux.it/~carlo/somehacks/tkp/char81.tar.gz
The text file patches are here:
http://www.linux.it/~carlo/somehacks/tkp/char/
the patch files are in different folders like:
patches_arch/
patches_drivers/
patches_fs/
patches_lib/
patches_net/
patches_sound/

-- 
Carlo Perassi - http://www.linux.it/~carlo/
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2004-04-05 21:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-19 15:06 [Kernel-janitors] [PATCH] 81 patches for strings Carlo Perassi
2004-03-19 16:02 ` Luiz Fernando Capitulino
2004-03-19 16:54 ` Domen Puncer
2004-03-19 17:29 ` Carlo Perassi
2004-03-20 11:08 ` Adrian Bunk
2004-03-21  9:44 ` Carlo Perassi
2004-03-29 16:53 ` maximilian attems
2004-04-05 18:16 ` Randy.Dunlap
2004-04-05 20:36 ` Randy.Dunlap
2004-04-05 21:31 ` Carlo Perassi

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.