All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlo Perassi <carlo@linux.it>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] [PATCH] 81 patches for strings
Date: Fri, 19 Mar 2004 15:06:59 +0000	[thread overview]
Message-ID: <20040319150659.GA20615@localhost> (raw)

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

             reply	other threads:[~2004-03-19 15:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-19 15:06 Carlo Perassi [this message]
2004-03-19 16:02 ` [Kernel-janitors] [PATCH] 81 patches for strings 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040319150659.GA20615@localhost \
    --to=carlo@linux.it \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.