All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jaco Kroon" <jaco@kroon.co.za>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] de-initialization of = 0 globals
Date: Tue, 13 Dec 2005 14:01:59 +0000	[thread overview]
Message-ID: <63769.192.96.150.57.1134482519.squirrel@mail.interexcel.co.za> (raw)

Has there been decided on a standard for these?  There are approximately
800  (in just under 500 files) of these statements left in the kernel
sources.

Currently these will read something like:

static int variable_name = 0;

Are we going with

static int variable_name;

or

static int variable_name; /* =0 */

?

Also, if I'm going to be sending patches for these it's obviously a patch
per affected file, so if I'm going to be sending let's say a hundred of
these patches it's still a mail per patch or do I just archive them
somehow and attach them or do I place them on a webserver and mail a uri
to them?


-- 
There are 10 kinds of people in the world, those who understand binary,
and those who don't.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

             reply	other threads:[~2005-12-13 14:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-13 14:01 Jaco Kroon [this message]
2005-12-13 14:19 ` [KJ] de-initialization of = 0 globals Bernd Petrovitsch
2005-12-13 15:16 ` Jaco Kroon
2005-12-13 15:35 ` Bernd Petrovitsch
2005-12-13 20:41 ` Jesper Juhl
2005-12-13 21:01 ` Jaco Kroon
2005-12-13 21:43 ` Jesper Juhl
2005-12-13 21:59 ` Jesper Juhl

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=63769.192.96.150.57.1134482519.squirrel@mail.interexcel.co.za \
    --to=jaco@kroon.co.za \
    --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.